diff options
author | Case Duckworth | 2022-07-24 22:15:53 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-24 22:15:53 -0500 |
commit | 46f0e5946c937176586335ef82d3c5bf7c9bcdad (patch) | |
tree | 0287700385312059f325b8046d23351a640db816 | |
parent | Fix margins and widths (diff) | |
download | sfeed-46f0e5946c937176586335ef82d3c5bf7c9bcdad.tar.gz sfeed-46f0e5946c937176586335ef82d3c5bf7c9bcdad.zip |
Move main width to body width
-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 { |