diff options
| author | Christian Cleberg <[email protected]> | 2025-11-23 21:32:25 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-23 21:32:25 -0600 |
| commit | faea207adbe7d5afea722c9cfaf8d6f42d75f1b7 (patch) | |
| tree | a3c3845bb3e67d14546c8c438d4a4f4cec73d8d7 /theme/static/styles.css | |
| parent | 51c534c9b90c02cc71b0bbd52a53a96f6e5e170d (diff) | |
| download | cleberg.net-faea207adbe7d5afea722c9cfaf8d6f42d75f1b7.tar.gz cleberg.net-faea207adbe7d5afea722c9cfaf8d6f42d75f1b7.tar.bz2 cleberg.net-faea207adbe7d5afea722c9cfaf8d6f42d75f1b7.zip | |
widen site max-width to 50em
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 67488b7..26bf1d6 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -14,7 +14,7 @@ body { font-size: 0.85rem; line-height: 1.4; margin: 0 auto; - max-width: 45em; + max-width: 50em; padding: 1.5rem; } @@ -332,4 +332,4 @@ footer { --link: #67C0FF; --code: #FF6C6B; } -}
\ No newline at end of file +} |
