diff options
author | Case Duckworth | 2022-07-25 08:39:33 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-25 08:39:33 -0500 |
commit | 019994535c0ad910c11c47492165d9a9c60b7bac (patch) | |
tree | 3fef667009785db369332cf0bd1875d1e1cde6a4 | |
parent | Insert non-breaking spaces in footer (diff) | |
download | sfeed-019994535c0ad910c11c47492165d9a9c60b7bac.tar.gz sfeed-019994535c0ad910c11c47492165d9a9c60b7bac.zip |
Space content in main
-rw-r--r-- | style.css | 1 |
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 { | |||
24 | main { | 24 | main { |
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 | ||
29 | main section { | 30 | main section { |