diff options
-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; } |