Skip to content

Commit eabaf7a

Browse files
committed
Fix Callout styles
1 parent 0613a77 commit eabaf7a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/Callout.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ const StyledCard = styled.div`
1717
border-radius: 4px;
1818
@media (max-width: ${(props) => props.theme.breakpoints.l}) {
1919
margin-bottom: 4rem;
20-
@media (max-width: ${(props) => props.theme.breakpoints.m}) {
21-
margin-bottom: 4rem;
22-
@media (max-width: ${(props) => props.theme.breakpoints.s}) {
23-
margin-bottom: 4rem;
20+
}
2421
`
2522

2623
const Description = styled.p`

0 commit comments

Comments
 (0)