Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
${props => config(props).media[breakpoints.md]`
overflow-x: initial;
`}
${props => config(props).media[breakpoints.md]`
overflow-x: initial;
`}
`;
${p => config().media['sm']`
.timeline__item div.inner {
width: 40%;
margin: 5px 0 0 0;
}
.timeline__item div.inner h2:after {
top: 20px;
left: unset;
right: -5px;
}
.timeline__item:nth-child(2n+2) div.inner h2:after {
left: -5px;
}
`}
`
${props => config(props).media[breakpoints.md]`
overflow-x: initial;
white-space: normal;
`}
`;