mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
fix: fix bug with breakpoints
This commit is contained in:
parent
68417b48dd
commit
5ced5dba74
@ -320,9 +320,9 @@ const ShowMoreTagsButton = styled.div`
|
||||
`
|
||||
|
||||
const FeaturedFirst = styled.div`
|
||||
${(props) => lsdUtils.breakpoint(props.theme, 'xs', 'up')} {
|
||||
${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'up')} {
|
||||
.show-details {
|
||||
margin-top: var(--lsd-spacing-32);
|
||||
margin-top: var(--lsd-spacing-32) !important;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user