diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 03:50:08 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 03:50:08 +0800 |
commit | 6d0f146bb721f129116a6a028a371a5abf4260b8 (patch) | |
tree | 3c94e674b97fec766d8283a70f153091d9fc3fd8 /plain.css | |
parent | fd8b5eb0b3c798f69d25f650c048c5e204c1a593 (diff) | |
download | www-6d0f146bb721f129116a6a028a371a5abf4260b8.tar.gz |
70em max
Diffstat (limited to 'plain.css')
-rw-r--r-- | plain.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plain.css b/plain.css index e355643..1ad832e 100644 --- a/plain.css +++ b/plain.css @@ -1,6 +1,8 @@ body { background-color: #F8F4E7; color: #552800; + margin: auto; + max-width: 70em; } a.link {color:#0000A0;} |