aboutsummaryrefslogtreecommitdiff
path: root/static/app.css
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 20:29:39 -0500
committerSamuel Johnson <[email protected]>2025-12-10 20:29:39 -0500
commit44826fb78e474ff0439c6a50b8baefbb2499700b (patch)
treef23d946f6f3d127f1ac69183b07987dcd369912a /static/app.css
parent1521da7832fb82ad6d98426fab3fdc4795eeefae (diff)
Actually fix topline padding
Diffstat (limited to 'static/app.css')
-rw-r--r--static/app.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css
index 4e79994..8419fac 100644
--- a/static/app.css
+++ b/static/app.css
@@ -300,10 +300,19 @@ input {
padding: 0;
}
+ .topline {
+ margin: 1em;
+ margin-left: 0;
+ }
+
.topline > h2 {
margin: auto;
margin-left: 2em;
}
+
+ .login_header {
+ margin: auto;
+ }
.topline > p {
display: none;