diff options
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 { |