diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:55:17 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-15 12:55:17 +0800 |
commit | 9a8eeb06817ea2eb014c3b258779df31c2da1f03 (patch) | |
tree | ce05f5e98cb7c9c532813a5cdfb19151553fe6e6 | |
parent | 0304078728024c47949530e0692a3fe65ae6ad80 (diff) | |
download | www-9a8eeb06817ea2eb014c3b258779df31c2da1f03.tar.gz |
50em max-width
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css index 400bc42..2921815 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,10 @@ h1 { } #main { margin: auto; - columns: 1 70em; +} +#main div { + margin: auto; + max-width: 50em; } #footer { line-height: 1.2; |