Skip to content

Commit 541751a

Browse files
fixed sponsor logo max size in the footer - was overflowing on mobiles.
1 parent 460b807 commit 541751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ a {
696696

697697
.footer__sponsor-link img {
698698
padding: 10px;
699-
height: 90%;
699+
max-width: 90%;
700700
}
701701

702702
.footer__link {

0 commit comments

Comments
 (0)