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 {