about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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 {