diff options
Diffstat (limited to 'web/gotosocial-styling/templates/base.css')
-rw-r--r-- | web/gotosocial-styling/templates/base.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/gotosocial-styling/templates/base.css b/web/gotosocial-styling/templates/base.css index 4ac639a38..1afc2be6f 100644 --- a/web/gotosocial-styling/templates/base.css +++ b/web/gotosocial-styling/templates/base.css @@ -18,6 +18,7 @@ main { background: $bg; display: grid; padding-top: 2rem; + padding-bottom: 2rem; grid-template-columns: 1fr 50% 1fr; grid-template-columns: auto min(92%, 90ch) auto; @@ -223,4 +224,4 @@ footer { section.apps .applist { grid-template-columns: 1fr; } -}
\ No newline at end of file +} |