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