diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:22:09 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:22:09 -0500 |
| commit | 0211fd87d547cb97ad96a43ed0c0847e9184dfbd (patch) | |
| tree | 5232bf288e3fd4105f91cfddf64933b604273ccb | |
| parent | 7b2fc032b7c7aea2910d3c10b80b30a7e8e16fff (diff) | |
Fix login margin
| -rw-r--r-- | static/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index b3cfd7c..d20d374 100644 --- a/static/app.css +++ b/static/app.css @@ -299,6 +299,11 @@ input { margin: 0; padding: 0; } + + .topline { + margin: auto; + margin-left: 2em; + } .topline > p { display: none; |
