diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css index bdcb305..15bb9f6 100644 --- a/style.css +++ b/style.css | |||
@@ -17,13 +17,13 @@ body { | |||
17 | background: var(--main-background); | 17 | background: var(--main-background); |
18 | color: var(--main-foreground); | 18 | color: var(--main-foreground); |
19 | font: 16px/1.2 sans-serif; | 19 | font: 16px/1.2 sans-serif; |
20 | margin: auto; | ||
21 | max-width: 150ch; | ||
20 | } | 22 | } |
21 | 23 | ||
22 | main { | 24 | main { |
23 | display: flex; | 25 | display: flex; |
24 | flex-flow: row nowrap; | 26 | flex-flow: row nowrap; |
25 | margin: auto; | ||
26 | max-width: 150ch; | ||
27 | } | 27 | } |
28 | 28 | ||
29 | main section { | 29 | main section { |