about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-24 22:15:53 -0500
committerCase Duckworth2022-07-24 22:15:53 -0500
commit46f0e5946c937176586335ef82d3c5bf7c9bcdad (patch)
tree0287700385312059f325b8046d23351a640db816
parentFix margins and widths (diff)
downloadsfeed-46f0e5946c937176586335ef82d3c5bf7c9bcdad.tar.gz
sfeed-46f0e5946c937176586335ef82d3c5bf7c9bcdad.zip
Move main width to body width
-rw-r--r--style.css4
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
22main { 24main {
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
29main section { 29main section {