diff options
author | Case Duckworth | 2022-07-26 10:20:34 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-26 10:20:34 -0500 |
commit | fc06ef41356e9bd3993d1eb6bfef5857a470f616 (patch) | |
tree | bf2e83106a6c407e14217f59eb4b078188e08caa | |
parent | Preliminary content inclusion (diff) | |
download | sfeed-fc06ef41356e9bd3993d1eb6bfef5857a470f616.tar.gz sfeed-fc06ef41356e9bd3993d1eb6bfef5857a470f616.zip |
Fix header margin
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css index 4d5eabd..8742221 100644 --- a/style.css +++ b/style.css | |||
@@ -48,7 +48,7 @@ header { | |||
48 | flex-flow: row wrap; | 48 | flex-flow: row wrap; |
49 | align-items: baseline; | 49 | align-items: baseline; |
50 | justify-content: space-between; | 50 | justify-content: space-between; |
51 | margin-bottom: 1ch; | 51 | margin: 1ch 0; |
52 | } | 52 | } |
53 | 53 | ||
54 | h2 { | 54 | h2 { |