diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-28 13:17:22 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-28 13:17:22 +0800 |
commit | 9ee4ed2f07e6da0684176430f87d678295439bec (patch) | |
tree | 6098ba72db13ac832aa2d607e2aba0e3c6185cf7 | |
parent | 3d96bc091de948ec5af22606491fe4ec56ce34c6 (diff) | |
download | www-9ee4ed2f07e6da0684176430f87d678295439bec.tar.gz |
95 width
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index f2157c3..550e871 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { background-color: black; color: white; font-family: sans-serif; - width: 98%; + width: 95%; margin: auto; line-height: 1.3; } |