diff --git a/src/styles/base.css b/src/styles/base.css index bb946ca..c616d57 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -27,7 +27,8 @@ .theme-dark #sun-svg { display: block; } - section { + section, + footer { @apply max-w-3xl mx-auto px-4; } }