diff options
| author | unwox <me@unwox.com> | 2025-05-06 13:38:40 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-05-06 14:10:07 +0600 |
| commit | 8cf5e3712c3c3c7238490f423d7472ed560d5755 (patch) | |
| tree | 5c608f02d8fe54148a18140b41a4a614ced7237b /static/style.css | |
| parent | 6f832146573fd98f5002ffb261f4a245ee27d643 (diff) | |
update logo and favicon
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 8d04819..85c3abb 100644 --- a/static/style.css +++ b/static/style.css @@ -121,9 +121,11 @@ h1, h2, h3, h4, h5, h6 { } .logo { - margin-bottom: 2rem; + margin-top: -0.675rem; + margin-bottom: 1.25rem; width: 10rem; - height: 19.75rem; + height: 19.25rem; + object-fit: contain; } .form { @@ -213,11 +215,12 @@ footer { display: block; box-sizing: border-box; background: url("/static/logo-hor.svg") no-repeat; - background-position: left center; + background-position: center center; background-size: contain; width: 100%; height: 5rem; margin-bottom: 1rem; + margin-top: 0; padding-left: calc(100vw - 2rem); } |
