aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 20:24:31 -0500
committerSamuel Johnson <[email protected]>2025-12-10 20:24:31 -0500
commit1521da7832fb82ad6d98426fab3fdc4795eeefae (patch)
treeac3e24ea67111b2a6724b37b4071cb9c3d1bf698
parent0211fd87d547cb97ad96a43ed0c0847e9184dfbd (diff)
Replace full topline padding with only header
-rw-r--r--static/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css
index d20d374..4e79994 100644
--- a/static/app.css
+++ b/static/app.css
@@ -300,7 +300,7 @@ input {
padding: 0;
}
- .topline {
+ .topline > h2 {
margin: auto;
margin-left: 2em;
}