Make footer style the same as section style

This commit is contained in:
Sat Naing
2022-09-10 01:38:03 +06:30
parent 4acc1a9669
commit 9ceb9a3f68
+2 -1
View File
@@ -27,7 +27,8 @@
.theme-dark #sun-svg { .theme-dark #sun-svg {
display: block; display: block;
} }
section { section,
footer {
@apply max-w-3xl mx-auto px-4; @apply max-w-3xl mx-auto px-4;
} }
} }