about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-25 08:39:33 -0500
committerCase Duckworth2022-07-25 08:39:33 -0500
commit019994535c0ad910c11c47492165d9a9c60b7bac (patch)
tree3fef667009785db369332cf0bd1875d1e1cde6a4 /style.css
parentInsert non-breaking spaces in footer (diff)
downloadsfeed-019994535c0ad910c11c47492165d9a9c60b7bac.tar.gz
sfeed-019994535c0ad910c11c47492165d9a9c60b7bac.zip
Space content in main
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 {