aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-01-08 10:49:43 -0600
committerMichael Hunteman <michael@huntm.net>2024-01-08 10:49:43 -0600
commit3c17c9a148218ce4f48d4b4487e21afe2417b32f (patch)
tree3998aafd1f29aed83a9e72c8489587ee75b5c2db /assets
parent1828f99b5ad77c80588971e80da9943de5f3c0ad (diff)
Update footer style
Diffstat (limited to 'assets')
-rw-r--r--assets/main.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/main.scss b/assets/main.scss
index bbbcdae..6279923 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -61,8 +61,10 @@ nav {
}
footer {
+ padding-top: 64px;
text-align: center;
- margin: 5rem 0;
+ font-size: small;
+ color: #888;
}
a {