summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <harriet@andrewyu.org>2023-08-06 20:20:34 +0800
committerRunxi Yu <harriet@andrewyu.org>2023-08-06 20:20:34 +0800
commit155734ce7ee518e9b5e92cfcf5aac72d4a2cf3f0 (patch)
treefb7a2d2d1b45dd88d0c22a5d1a92dc3be34ecc8e
parentaedd8cda34608705ba8247b9f5dfd9f30469f298 (diff)
downloadwww-155734ce7ee518e9b5e92cfcf5aac72d4a2cf3f0.tar.gz
Some CSS testing
-rw-r--r--style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/style.css b/style.css
index 39da0d5..7508386 100644
--- a/style.css
+++ b/style.css
@@ -1,11 +1,12 @@
-body {
-	/* background-color: #F8F4E7; */
-	/* color: #552800; */
+html {
 	font-family: sans-serif;
 	max-width: 50em;
 	margin: 0 auto;
 	line-height: 1.2;
-	padding: 0 1rem;
+}
+
+body {
+	margin: 3px;
 }
 
 .copyright {