From 8cf5e3712c3c3c7238490f423d7472ed560d5755 Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 6 May 2025 13:38:40 +0600 Subject: update logo and favicon --- static/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'static/style.css') 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); } -- cgit v1.2.3