diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:45:06 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:45:06 -0500 |
| commit | bda0691dbdb49c921f5fe5864edeb409ed24e933 (patch) | |
| tree | c6f373dc1bac8cf327e0c2ffeda313042c060b4c | |
| parent | 6f9e4d63a177519829a325ac769cd60d16f59d11 (diff) | |
Fix login screen correctly this time
| -rw-r--r-- | static/app.css | 5 |
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 { |
