fix: footer

This commit is contained in:
Cory Dransfeldt 2024-11-17 14:20:34 -08:00
parent c8f99441aa
commit 79bf87c427
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View file

@ -5,7 +5,7 @@ import { fetchGlobalData } from "@utils/data/global/index.js";
const { nav } = await fetchGlobalData(Astro);
---
<footer style={updated ? undefined : "margin-top: var(--spacing-3xl)"}>
<footer>
<nav aria-label="Social icons" class="social">
{
nav.footer_icons.map((link) => (

View file

@ -440,7 +440,7 @@ main {
main,
footer {
width: 80%;
margin: 0 auto;
margin: var(--sizing-3xl) auto 0;
@media screen and (min-width: 768px) {
max-width: 768px;
@ -448,12 +448,6 @@ footer {
}
footer {
& .updated {
text-align: center;
font-size: var(--font-size-sm);
margin: var(--spacing-3xl) 0 var(--spacing-lg);
}
& nav {
&.social,
&.sub-pages {