diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-07 16:01:55 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-07 16:01:55 +0000 |
commit | 381fccdc5678f3c47b09fca182a68d0515cbdf66 (patch) | |
tree | 14a37ba45d83dd1eb9cf1b615daee3b15810d39a /site | |
parent | a9885c6d6b49a7d577417ea6987559062d8b361d (diff) |
lower padding
Diffstat (limited to 'site')
-rw-r--r-- | site/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/style.css b/site/style.css index 026d3c3..732bb2a 100644 --- a/site/style.css +++ b/site/style.css @@ -3,7 +3,7 @@ body { font-size: 14px; max-width: 780px; margin: 0 auto; - padding: 20px; + padding: 10px; padding-bottom: 80px; } |