mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fix avatar on juneteenth illo
This commit is contained in:
parent
522e2335fa
commit
acc8cdab3c
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue