fix sizes of tools hero images

This commit is contained in:
seotts 2020-10-22 14:44:35 -04:00
parent df27950a31
commit 9182ab9421

View file

@ -1358,36 +1358,18 @@ p {
justify-content: space-between; justify-content: space-between;
} }
img { .hero img {
&.left {
@media #{$big} { @media #{$big} {
height: 420px; height: 560px;
} }
@media #{$intermediate} { @media #{$intermediate} {
height: 320px; height: 336px;
} }
@media #{$medium} { @media #{$medium} {
width: 248px; height: 244px;
} }
@media #{$small} { @media #{$small} {
height: 130px; height: 156px;
}
}
&.right {
@media #{$big} {
height: 420px;
}
@media #{$intermediate} {
width: 468px;
}
@media #{$medium} {
width: 342px;
}
@media #{$small} {
// width: 220px;
height: 130px;
}
} }
} }