Skip to content

Commit 8343fa0

Browse files
authored
chore: Reduce footer padding
1 parent 4e11a2d commit 8343fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/_footer.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.footer {
22
@include flexSettings(row, space-around, center);
3-
@include sectionLayout(40px 20px, var(--background-one));
3+
@include sectionLayout(20px 20px, var(--background-one));
44
font-size: 20px;
55
border-top: 2px solid var(--border-one);
66
color: var(--text-color-one);

0 commit comments

Comments
 (0)