From 6a8681ba2a5783a4cfa59f7355d6ed5c7bf9db41 Mon Sep 17 00:00:00 2001 From: trwnh Date: Wed, 27 Jan 2021 07:26:17 -0600 Subject: [PATCH] update footer --- assets/scss/partials/site-footer.scss | 4 ++++ layouts/partials/site-footer.html | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/scss/partials/site-footer.scss b/assets/scss/partials/site-footer.scss index 89f0c71..301872d 100644 --- a/assets/scss/partials/site-footer.scss +++ b/assets/scss/partials/site-footer.scss @@ -6,8 +6,12 @@ padding: 2em 1em; display: flex; flex-flow: row wrap; + justify-content: space-between; + align-items: center; } dt {font-weight: 700;} dd {margin-bottom: 0.5em;} a {color: inherit;} + .external {display: grid; grid-template-columns: repeat(3,1fr); gap: 1em;} + i {font-size: 2em;} } \ No newline at end of file diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 801fffe..02c99d9 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -9,6 +9,13 @@
fediverse
mastodon.social/@trwnh
- +
+ + + + + + +
\ No newline at end of file