diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 22:26:16 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 22:44:32 +0200 |
commit | ff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (patch) | |
tree | 73cb3689a5241921e87002019bf0015210e69925 /src/styles | |
parent | 26df1877ad46f9af6eed7e6b09cad06633a9fb81 (diff) |
Deleted footer flexbox, minor CSS
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/styles/style.css b/src/styles/style.css index 547f640..848f946 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -10,15 +10,14 @@ body { header { margin-top: 1em; font-size: 2em; + color: #888; } footer { - margin-top: 2em; - margin-bottom: 1em; + margin-top: 3em; + margin-bottom: 1.5em; text-align: center; -} - -header, footer { + font-size: 0.95em; color: #888; } |