Skip to content

Commit 30b5560

Browse files
committed
chore: fix footer padding
1 parent 618794a commit 30b5560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/base/Footer.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@apply text-slate-400 bg-slate-800;
1010

1111
& .inner {
12-
@apply container-wrapper mx-auto pt-16 text-center md:text-left md:flex-row-reverse;
12+
@apply relative mx-auto w-full md:container px-4 sm:px-6 md:px-8 lg:px-12 pt-16 text-center md:text-left md:flex-row-reverse;
1313
}
1414

1515
& .links {

0 commit comments

Comments
 (0)