diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-05 13:52:56 +0000 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-05 13:53:17 +0000 |
commit | 790c3f751e42bf64084be5691a050b49da3866a8 (patch) | |
tree | 8cfb37650e3e648a2c5cd6a1f1168bda171dee76 /style.css | |
parent | 503dcaa5b1411dad5872b0cfa3de6662961ff17d (diff) | |
download | www-790c3f751e42bf64084be5691a050b49da3866a8.tar.gz |
Microblog + CSS
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/style.css b/style.css index df6928d..20c5923 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ body { - background-color: #F8F4E7; - color: #552800; - font-family: serif; + /* background-color: #F8F4E7; */ + /* color: #552800; */ + font-family: sans-serif; + max-width: 60em; + margin: 0 auto; } .copyright { |