From 0cb676bd2654c896a88567a88b383a0255942c47 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 16 Apr 2025 10:55:42 +0100 Subject: [PATCH] Add webring --- _includes/footer.html | 7 ++++++- _sass/footer.scss | 21 ++++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index dd4681c..6a39576 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,14 @@ \ No newline at end of file diff --git a/_sass/footer.scss b/_sass/footer.scss index e36a23f..5877078 100644 --- a/_sass/footer.scss +++ b/_sass/footer.scss @@ -5,16 +5,27 @@ footer { padding-left: 30px; padding-bottom: 10vh; - display: flex; - flex-direction: row; - justify-content: center; - gap: 0.5em; - a { text-decoration: none; } + + section.source-creds-lm { + display: flex; + flex-direction: row; + justify-content: center; + gap: 0.5em; + } + + section.webring { + display: flex; + flex-direction: row; + justify-content: center; + gap: 0.5em; + } } + + @media only screen and (max-width: $horizontal_breakpoint), only screen and (max-height: $vertical_breakpoint) { footer {