tools hero images

This commit is contained in:
seotts 2020-10-14 13:06:46 -04:00 committed by Karishma Chadha
parent d6a685d47f
commit 35f20e15f5
4 changed files with 575 additions and 0 deletions

View file

@ -874,6 +874,10 @@ class AnnualReport extends React.Component {
</p>
</div>
</div>
<div className="hero">
<img className="left" src="/images/annual-report/initiatives/3.0 Left.svg" />
<img className="right" src="/images/annual-report/initiatives/3.0 Right.svg" />
</div>
<div className="video-container">
<div className="video-background abhi">
<MediaQuery minWidth={frameless.tabletPortrait}>

View file

@ -672,6 +672,45 @@ p {
}
}
.initiatives-tools {
.hero {
display: flex;
justify-content: space-between;
}
img {
&.left {
@media #{$big} {
width: 432px;
}
@media #{$intermediate} {
width: 260px;
}
@media #{$medium} {
width: 192px;
}
@media #{$small} {
width: 132px;
}
}
&.right {
@media #{$big} {
width: 780px;
}
@media #{$intermediate} {
width: 468px;
}
@media #{$medium} {
width: 342px;
}
@media #{$small} {
width: 220px;
}
}
}
}
.initiatives-community {
.hero {
width: 100%;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 154 KiB