summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <harriet@andrewyu.org>2023-08-06 11:41:00 +0800
committerRunxi Yu <harriet@andrewyu.org>2023-08-06 11:41:00 +0800
commitf3496fda55cb53ffdfa397d9a9e33e373182a340 (patch)
tree6a0a4d30d34037fa4c0c55c95b4f98601a2a496b
parent790c3f751e42bf64084be5691a050b49da3866a8 (diff)
downloadwww-f3496fda55cb53ffdfa397d9a9e33e373182a340.tar.gz
1rem body padding
-rw-r--r--style.css1
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 {