diff --git a/static/find-code.html b/static/find-code.html index 2616b08..339f345 100644 --- a/static/find-code.html +++ b/static/find-code.html @@ -24,8 +24,9 @@ - - OwlBoard Logo + + + OwlBoard Logo

Code Lookup

Enter one known code in the relevant box below and hit submit. diff --git a/static/help.html b/static/help.html index ed654e3..7df4384 100644 --- a/static/help.html +++ b/static/help.html @@ -23,8 +23,9 @@ - - OwlBoard Logo + + + OwlBoard Logo

Help

OwlBoard gives you quick and easy access to departure boards for diff --git a/static/images/logo/logo-full-256.png b/static/images/logo/logo-full-256.png deleted file mode 100644 index 4efcdf8..0000000 Binary files a/static/images/logo/logo-full-256.png and /dev/null differ diff --git a/static/images/logo/logo-full-256.webp b/static/images/logo/logo-full-256.webp deleted file mode 100644 index f531d0e..0000000 Binary files a/static/images/logo/logo-full-256.webp and /dev/null differ diff --git a/static/images/logo/wide_logo_200.png b/static/images/logo/wide_logo_200.png new file mode 100644 index 0000000..1379f67 Binary files /dev/null and b/static/images/logo/wide_logo_200.png differ diff --git a/static/images/logo/wide_logo_250.png b/static/images/logo/wide_logo_250.png new file mode 100644 index 0000000..b2e39dc Binary files /dev/null and b/static/images/logo/wide_logo_250.png differ diff --git a/static/index.html b/static/index.html index 60100bb..680a336 100644 --- a/static/index.html +++ b/static/index.html @@ -39,8 +39,9 @@ - - OwlBoard Logo + + + OwlBoard Logo

diff --git a/static/issue.html b/static/issue.html index 8ad3c50..6d84303 100644 --- a/static/issue.html +++ b/static/issue.html @@ -18,8 +18,9 @@ - - OwlBoard Logo + + + OwlBoard Logo

Report an Issue

This page's functionality is not yet implemented.

diff --git a/static/settings.html b/static/settings.html index 44ee3ea..0e31255 100644 --- a/static/settings.html +++ b/static/settings.html @@ -38,8 +38,9 @@ - - OwlBoard Logo + + + OwlBoard Logo

Settings

Any settings you apply will only apply to the device you are using now.

diff --git a/static/styles/main.css b/static/styles/main.css index 690cf9e..7549124 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -111,10 +111,10 @@ body a:visited {color:var(--link-visited-color)} padding-top: 20px; padding-bottom: 20px; width: 200px; - height: 171.5px; + height: 131px; transition: 0.2s; } -@media only screen and (min-height: 740px) {.titleimg{width: 250px;height:214.375px;}} +@media only screen and (min-height: 740px) {.titleimg{width: 250px;height: 164px;}} .lookup-box { text-align: center;