Skip to content

Commit 3295a2f

Browse files
committed
fix(footer): add padding to footer sides
1 parent 2d3eadd commit 3295a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Footer/footer.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
width: 100%;
33
max-width: var(--screen-lg);
44
margin: var(--spacing-8) auto;
5+
padding: 0 var(--spacing-2);
56
text-align: center;
67
}

0 commit comments

Comments
 (0)