Skip to content

Commit 87b5741

Browse files
committed
fix sponsors on narrow screens
1 parent 65ac644 commit 87b5741

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@ img.iconTop {
638638
}
639639
}
640640

641+
@media only screen and (max-width: 992px) {
642+
.sponsors .sponsor {
643+
width: 100%;
644+
}
645+
}
641646

642647

643648
// Footer

0 commit comments

Comments
 (0)