diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 11:41:00 +0800 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 11:41:00 +0800 |
commit | f3496fda55cb53ffdfa397d9a9e33e373182a340 (patch) | |
tree | 6a0a4d30d34037fa4c0c55c95b4f98601a2a496b | |
parent | 790c3f751e42bf64084be5691a050b49da3866a8 (diff) | |
download | www-f3496fda55cb53ffdfa397d9a9e33e373182a340.tar.gz |
1rem body padding
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index 20c5923..d5b90ab 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ body { font-family: sans-serif; max-width: 60em; margin: 0 auto; + padding: 0 1rem; } .copyright { |