aboutsummaryrefslogtreecommitdiff
path: root/dst/styles/style.css
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:26:16 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:44:32 +0200
commitff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (patch)
tree73cb3689a5241921e87002019bf0015210e69925 /dst/styles/style.css
parent26df1877ad46f9af6eed7e6b09cad06633a9fb81 (diff)
Deleted footer flexbox, minor CSS
Diffstat (limited to 'dst/styles/style.css')
-rw-r--r--dst/styles/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/dst/styles/style.css b/dst/styles/style.css
index 547f640..848f946 100644
--- a/dst/styles/style.css
+++ b/dst/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;
}