diff options
author | Alex Scerba <alex@scerba.org> | 2024-01-18 12:39:50 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:20:00 -0400 |
commit | 770c4dc5470f4f71bbecbb91d798e30d1d7cb79b (patch) | |
tree | aca8c7bfb1f1e8dffd01a9b2b099a27a0491b7e2 /static/style.css | |
parent | 5f598ab0a4906f0435bb0a5adbdc85cc20ea4c16 (diff) |
Decrease main top padding.
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 9a95ebf..69765ba 100644 --- a/static/style.css +++ b/static/style.css @@ -48,7 +48,7 @@ body { main {
padding: 1rem;
- padding-top: 5rem;
+ padding-top: 4rem;
padding-bottom: 3rem;
max-width: 85rem;
margin-left: auto;
|