Updated bottom footer style making it 100% explicitly.

This commit is contained in:
David Ball 2024-07-13 03:27:34 -04:00
parent bfc50d8926
commit 49319a49c1

View File

@ -85,12 +85,14 @@ const { title } = Astro.props;
font-weight: 400;
font-size: 1.2em;
font-style: normal;
width: 100%;
}
.footer, .footer-header {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.footer-header, .footer-content {
width: 100%;
padding: 1.5rem;
}
.footer-header {