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} {
height: 420px;
}
@media #{$intermediate} {
height: 320px;
}
@media #{$medium} {
width: 248px;
}
@media #{$small} {
height: 130px;
}
}
&.right {
@media #{$big} { @media #{$big} {
height: 420px; height: 560px;
} }
@media #{$intermediate} { @media #{$intermediate} {
width: 468px; height: 336px;
} }
@media #{$medium} { @media #{$medium} {
width: 342px; height: 244px;
} }
@media #{$small} { @media #{$small} {
// width: 220px; height: 156px;
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