Skip to content

Commit fa4ede7

Browse files
committed
fixed margin and removed max-width of social icons
1 parent 6dbbeaf commit fa4ede7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/Footer.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
&__socialList {
7070
display: flex;
7171
justify-content: center;
72-
margin: 0 0 revert;
72+
margin: revert;
7373
padding: 0;
7474

7575
li:first-child {
@@ -86,7 +86,6 @@
8686

8787
@include tablet {
8888
padding-left: 28px;
89-
max-width: 68px;
9089
max-width: 100%;
9190
}
9291
}

0 commit comments

Comments
 (0)