about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-25 09:26:50 -0500
committerCase Duckworth2022-07-25 09:26:50 -0500
commit19ccbe90f437902459b5b79f007a7e3f2913ef5a (patch)
tree18cbafd45f47fb480dd67c13abc44460da2d9a37 /style.css
parentSpace content in main (diff)
downloadsfeed-19ccbe90f437902459b5b79f007a7e3f2913ef5a.tar.gz
sfeed-19ccbe90f437902459b5b79f007a7e3f2913ef5a.zip
Fix spacing
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css index 3951312..3d90bd1 100644 --- a/style.css +++ b/style.css
@@ -42,6 +42,11 @@ header {
42 flex-flow: row wrap; 42 flex-flow: row wrap;
43 align-items: baseline; 43 align-items: baseline;
44 justify-content: space-between; 44 justify-content: space-between;
45 margin-bottom: 1ch;
46}
47
48h2 {
49 margin: 0;
45} 50}
46 51
47time { 52time {
@@ -58,6 +63,9 @@ nav,
58footer { 63footer {
59 font-size: 80%; 64 font-size: 80%;
60 text-align: right; 65 text-align: right;
66}
67
68#last-update, footer {
61 flex-grow: 1; 69 flex-grow: 1;
62} 70}
63 71