diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:24:31 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:24:31 -0500 |
| commit | 1521da7832fb82ad6d98426fab3fdc4795eeefae (patch) | |
| tree | ac3e24ea67111b2a6724b37b4071cb9c3d1bf698 | |
| parent | 0211fd87d547cb97ad96a43ed0c0847e9184dfbd (diff) | |
Replace full topline padding with only header
| -rw-r--r-- | static/app.css | 2 |
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; } |
