We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8563c97 commit 37adc32Copy full SHA for 37adc32
_sass/style.scss
@@ -503,7 +503,7 @@ a {
503
line-height: 102px;
504
vertical-align: middle;
505
margin: 1%;
506
- width: 278px;
+ width: 75%;
507
height: 102px;
508
&:hover > .footer__img {
509
filter: none;
@@ -513,6 +513,8 @@ a {
513
}
514
515
.footer__img {
516
+ padding: 10px;
517
+ max-width: 100%;
518
filter: gray;
519
-webkit-filter: grayscale(1);
520
transition: filter, .8s ease-in-out;
0 commit comments