Skip to content

Commit 37adc32

Browse files
Set auto image and anchor sizing for footer sponsors to adjust when screen shrinks.
1 parent 8563c97 commit 37adc32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_sass/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ a {
503503
line-height: 102px;
504504
vertical-align: middle;
505505
margin: 1%;
506-
width: 278px;
506+
width: 75%;
507507
height: 102px;
508508
&:hover > .footer__img {
509509
filter: none;
@@ -513,6 +513,8 @@ a {
513513
}
514514

515515
.footer__img {
516+
padding: 10px;
517+
max-width: 100%;
516518
filter: gray;
517519
-webkit-filter: grayscale(1);
518520
transition: filter, .8s ease-in-out;

0 commit comments

Comments
 (0)