Skip to content

Commit

Permalink
cleaning up markup
Browse files Browse the repository at this point in the history
  • Loading branch information
katefarrar committed Dec 16, 2020
1 parent c4f9210 commit 6507cca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,11 @@ const TimelineContainer = euiStyled.div`
const TimelineHeader = euiStyled.div`
display: flex;
width: 100%;
margin-top: 30px;
padding: ${(props) => props.theme.eui.paddingSizes.s} ${(props) =>
props.theme.eui.paddingSizes.m};
@media only screen and (max-width: 767px) {
margin-top: 30px;
}
`;

const TimelineChartContainer = euiStyled.div`
Expand Down

0 comments on commit 6507cca

Please sign in to comment.