diff options
| author | kj-sh604 | 2025-03-21 03:22:41 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-03-21 03:22:41 -0400 |
| commit | 228f3d0cc75918beda136f0bc689fbe2a7a9bf24 (patch) | |
| tree | 1e572df92e9d99ab9cfde5f5e5dc73b904758cda /css/style-unminified.css | |
| parent | 07e3e200cf520711f7f098cb069dc72396b25bc4 (diff) | |
refactor: shrink `margin-bottom` of page
Diffstat (limited to '')
| -rw-r--r-- | css/style-unminified.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style-unminified.css b/css/style-unminified.css index ce62664..e8dbb68 100644 --- a/css/style-unminified.css +++ b/css/style-unminified.css @@ -2,7 +2,7 @@ body { max-width: 50rem; margin: auto; padding: 0 1rem; - margin-bottom: 31.25rem; + margin-bottom: 2rem; font-family: sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji'; } |
