mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix timeline dots
This commit is contained in:
parent
c3c04a32e3
commit
283f7c2630
2 changed files with 2 additions and 2 deletions
|
@ -1724,7 +1724,7 @@ class AnnualReport extends React.Component {
|
|||
<TimelineCard
|
||||
className="left"
|
||||
link={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.yearInReviewCard1Link'}
|
||||
{id: 'annualReport.2020.yearInReviewCard2Link'}
|
||||
)}
|
||||
date={this.props.intl.formatMessage(
|
||||
{id: 'annualReport.2020.yearInReviewCard2Date'}
|
||||
|
|
|
@ -1308,7 +1308,7 @@ img.comment-viz{
|
|||
.connector{
|
||||
margin: -40px auto -30px;
|
||||
&.left{
|
||||
margin-left: 25%;
|
||||
margin-left: calc((100% - 980px)/2 + 230px);
|
||||
}
|
||||
&.right{
|
||||
margin-left: 50%
|
||||
|
|
Loading…
Reference in a new issue