summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-19 16:34:19 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-19 16:34:19 -0500
commita648fb497051192d6802c3e31c5b0917fa128bb4 (patch)
treebe90f21a5df389e58c2c222030bdf2b7e574bb6b
parent666c64e08730135d09de382eac2a0d6548e5574b (diff)
fix: make footer styling consistent
-rw-r--r--sass/style.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/sass/style.scss b/sass/style.scss
index c6004b8..27d7379 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -44,6 +44,11 @@ nav a {
}
}
+footer {
+ color: var(--gray);
+ font-size: 0.8rem;
+}
+
body {
height: 100%;
width: 100%;
@@ -105,9 +110,6 @@ body {
}
& > footer {
- color: var(--gray);
- font-size: 0.8rem;
-
& > * {
display: inline;
}
@@ -134,7 +136,6 @@ body {
& > footer {
text-align: center;
- font-size: 0.8rem;
margin-top: auto;
}
}