aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 20:45:06 -0500
committerSamuel Johnson <[email protected]>2025-12-10 20:45:06 -0500
commitbda0691dbdb49c921f5fe5864edeb409ed24e933 (patch)
treec6f373dc1bac8cf327e0c2ffeda313042c060b4c
parent6f9e4d63a177519829a325ac769cd60d16f59d11 (diff)
Fix login screen correctly this time
-rw-r--r--static/app.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/app.css b/static/app.css
index a2389a3..aae87fd 100644
--- a/static/app.css
+++ b/static/app.css
@@ -48,7 +48,7 @@ header nav {
.right {
float: right;
margin: auto;
- margin-right: 1.25em;
+ margin-right: 1.5em;
}
a {
@@ -266,6 +266,7 @@ input {
a.icon {
display: block;
padding-top: 1.5em;
+ padding-right: 0.25em;
}
header nav {
@@ -310,7 +311,7 @@ input {
}
.login_header {
- margin: auto;
+ margin: auto !important;
}
.topline > p {