summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
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);
}