diff options
| author | Christian Cleberg <[email protected]> | 2025-12-20 17:42:43 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-20 17:42:43 -0600 |
| commit | 423afc312112e348284877efae8999271d1189e5 (patch) | |
| tree | 1b62c3adac347d300ccc36fb974a8c42a5701f17 | |
| parent | a302a3fd37fa5c89bd3bd7a51cef212cf199143b (diff) | |
| parent | a9add7b78faefed8c55e44d36120a3d4f7b7b015 (diff) | |
| download | cleberg.net-423afc312112e348284877efae8999271d1189e5.tar.gz cleberg.net-423afc312112e348284877efae8999271d1189e5.tar.bz2 cleberg.net-423afc312112e348284877efae8999271d1189e5.zip | |
Merge branch 'main' of github.com:ccleberg/cleberg.net
| -rw-r--r-- | theme/static/styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index d3eda0f..71acb7e 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -6,9 +6,12 @@ body { max-width: 50em; } -body, +body { + padding: 1rem; +} + footer { - padding: 1rem 0; + margin: 1rem 0; } nav { |
