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.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css index 8152adb..3951312 100644 --- a/style.css +++ b/style.css
@@ -24,6 +24,7 @@ body {
24main { 24main {
25 display: flex; 25 display: flex;
26 flex-flow: row nowrap; 26 flex-flow: row nowrap;
27 justify-content: space-around;
27} 28}
28 29
29main section { 30main section {