fix avatar on juneteenth illo

This commit is contained in:
caseymm 2021-10-20 15:46:43 -07:00
parent 522e2335fa
commit acc8cdab3c
2 changed files with 12 additions and 0 deletions

View file

@ -1901,6 +1901,11 @@ class AnnualReport extends React.Component {
src="/images/annual-report/2020/community/Timeline/June Illustration.svg"
alt={this.props.intl.formatMessage({id: 'annualReport.2020.altJune'})}
/>
<img
className="june-2"
src="/images/annual-report/2020/community/Timeline/avatar_Bellevue91.png"
alt="bellevue"
/>
<img
className="july"
src="/images/annual-report/2020/community/Timeline/July Illustration.svg"

View file

@ -1341,6 +1341,13 @@ img.comment-viz{
right: -50px;
top: 1570px;
}
&.june-2{
right: 0px;
top: 2079px;
width: 25px;
height: 25px;
border-radius: 4px;
}
&.july{
left: 0px;
top: 2270px;