diff options
| author | Christian Cleberg <[email protected]> | 2025-12-15 19:36:43 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-15 19:36:43 -0600 |
| commit | 5aa7e3a77d87e4ee0defe2502b471945733cb637 (patch) | |
| tree | 8c1f902f246c2a7f4ccfdc1b137a3c0c9cba7e72 /theme | |
| parent | e56343efd42fb3ef60d485a364a959eccc2040aa (diff) | |
| download | cleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.tar.gz cleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.tar.bz2 cleberg.net-5aa7e3a77d87e4ee0defe2502b471945733cb637.zip | |
remove footer padding
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index f0954c2..f838e9b 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -6,8 +6,7 @@ body { max-width: 50em; } -body, -footer { +body { padding: 1rem; } |
