diff options
-rw-r--r-- | style.css | 8 |
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 | |||
48 | h2 { | ||
49 | margin: 0; | ||
45 | } | 50 | } |
46 | 51 | ||
47 | time { | 52 | time { |
@@ -58,6 +63,9 @@ nav, | |||
58 | footer { | 63 | footer { |
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 | ||