Commit 9182ab94 authored by seotts's avatar seotts

fix sizes of tools hero images

parent df27950a
...@@ -1358,36 +1358,18 @@ p { ...@@ -1358,36 +1358,18 @@ p {
justify-content: space-between; justify-content: space-between;
} }
img { .hero img {
&.left { @media #{$big} {
@media #{$big} { height: 560px;
height: 420px;
}
@media #{$intermediate} {
height: 320px;
}
@media #{$medium} {
width: 248px;
}
@media #{$small} {
height: 130px;
}
} }
@media #{$intermediate} {
&.right { height: 336px;
@media #{$big} { }
height: 420px; @media #{$medium} {
} height: 244px;
@media #{$intermediate} { }
width: 468px; @media #{$small} {
} height: 156px;
@media #{$medium} {
width: 342px;
}
@media #{$small} {
// width: 220px;
height: 130px;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment