mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 11:59:07 -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
|
<TimelineCard
|
||||||
className="left"
|
className="left"
|
||||||
link={this.props.intl.formatMessage(
|
link={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.yearInReviewCard1Link'}
|
{id: 'annualReport.2020.yearInReviewCard2Link'}
|
||||||
)}
|
)}
|
||||||
date={this.props.intl.formatMessage(
|
date={this.props.intl.formatMessage(
|
||||||
{id: 'annualReport.2020.yearInReviewCard2Date'}
|
{id: 'annualReport.2020.yearInReviewCard2Date'}
|
||||||
|
|
|
@ -1308,7 +1308,7 @@ img.comment-viz{
|
||||||
.connector{
|
.connector{
|
||||||
margin: -40px auto -30px;
|
margin: -40px auto -30px;
|
||||||
&.left{
|
&.left{
|
||||||
margin-left: 25%;
|
margin-left: calc((100% - 980px)/2 + 230px);
|
||||||
}
|
}
|
||||||
&.right{
|
&.right{
|
||||||
margin-left: 50%
|
margin-left: 50%
|
||||||
|
|
Loading…
Reference in a new issue