misc timeline fixes

This commit is contained in:
caseymm 2021-10-18 14:00:11 -07:00
parent 0ed82b35c8
commit be9175aa64
2 changed files with 9 additions and 1 deletions

View file

@ -8,7 +8,13 @@ require('./timeline-card.scss');
const TimelineCard = props => (
<div className={classNames('timeline-card', props.className)}>
<a href={props.link}><img src="../../images/annual-report/2020/Symbols-UI/Open Link.svg" /></a>
<a
href={props.link}
rel="noreferrer noopener"
target="_blank"
>
<img src="../../images/annual-report/2020/Symbols-UI/Open Link.svg"/>
</a>
<h5>{props.date}</h5>
<h4>{props.title}</h4>
<p>{props.text}</p>

View file

@ -1341,6 +1341,8 @@ img.comment-viz{
width: 100%;
max-width: 485px;
margin-top: -70px;
z-index: 1;
position: relative;
p{
margin: 0px;
}