diff options
| author | Christian Cleberg <[email protected]> | 2025-11-14 19:49:11 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-14 19:49:11 -0600 |
| commit | 698b2656eee2c13f3b50af62020ee1e33321fe68 (patch) | |
| tree | 8303579fdbdb97d405954bfaa1fd1b331886a6a4 /theme/static/styles.css | |
| parent | 03531b9b0023e8fb43e1c4f60fac2a4eb6b49d33 (diff) | |
| download | cleberg.net-698b2656eee2c13f3b50af62020ee1e33321fe68.tar.gz cleberg.net-698b2656eee2c13f3b50af62020ee1e33321fe68.tar.bz2 cleberg.net-698b2656eee2c13f3b50af62020ee1e33321fe68.zip | |
fix margin and padding issue on small screens
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 36a2e45..759a1fa 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -13,8 +13,9 @@ body { font-family: Menlo, Consolas, Monaco, Adwaita Mono, Liberation Mono, Lucida Console, monospace; font-size: 0.9rem; line-height: 1.5; - margin: 1.5rem auto; + margin: 0 auto; max-width: 45em; + padding: 1.5rem; } a { |
