diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/global.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index 52480d9..d070178 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -7,7 +7,7 @@ body { font-family: Verdana, sans-serif; margin: auto; padding: 20px; - max-width: 105ch; + max-width: 85ch; text-align: left; background-color: #1A1A1A; word-wrap: break-word; @@ -68,4 +68,4 @@ blockquote { padding: 10px 20px; margin: 0; font-style: italic; - }
\ No newline at end of file + } |
