diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:18:05 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-11 15:18:05 +0800 |
commit | 007f721133b13ad37d9082135f7cc1403750e2b2 (patch) | |
tree | 70089acbce787467083d3d6dc21fab4fd403ddf0 /style.css | |
parent | 87a6cec72213b71c5c06f65496e28dcab2b50f33 (diff) | |
download | www-007f721133b13ad37d9082135f7cc1403750e2b2.tar.gz |
100ex only
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 33bb766..0f1b771 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ h1 { } .multicol div { min-width: 30ex; - max-width: 160ex; + max-width: 100ex; margin: auto; } #footer { |