diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7783268..604eb15 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -95,6 +95,8 @@ const linkGroups: LinkGroup[] = [ .content { padding-inline: var(--space-l); + flex: 1; + width: 100%; max-width: 1200px; margin-inline: auto; display: flex; diff --git a/src/styles/base.css b/src/styles/base.css index c8f611f..a7b3fd6 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -1,6 +1,7 @@ html { font-size: 100%; height: 100%; + background-color: var(--text); } body {