fix timeline dots

This commit is contained in:
caseymm 2021-10-20 15:22:53 -07:00
parent c3c04a32e3
commit 283f7c2630
2 changed files with 2 additions and 2 deletions

View file

@ -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'}

View file

@ -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%