From 9ceb9a3f68215e25511ba58fd69bf9b796ac8894 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 01:38:03 +0630 Subject: [PATCH] Make footer style the same as section style --- src/styles/base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }