Skip to content

Commit 80cb574

Browse files
committed
Mobile fix
1 parent 33310f3 commit 80cb574

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

_sass/components/_logogrid.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ ul.logogrid {
1616
padding: 3%;
1717
vertical-align: middle;
1818
width: 23%;
19-
&.small {
20-
width: 18%;
21-
}
2219
@media (max-width: 768px) {
2320
width: 30%;
2421
padding: 4%;
2522
}
23+
&.small {
24+
width: 18%;
25+
@media (max-width: 768px) {
26+
width: 30%;
27+
padding: 4%;
28+
}
29+
}
2630
img {
2731
display: block;
2832
width: 100%;

0 commit comments

Comments
 (0)