mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 14:48:08 +00:00
style: fix first featured post styles
This commit is contained in:
parent
0a35d21385
commit
21bd780185
@ -326,6 +326,10 @@ const ShowMoreTagsButton = styled.div`
|
|||||||
|
|
||||||
const FeaturedFirst = styled.div`
|
const FeaturedFirst = styled.div`
|
||||||
${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'up')} {
|
${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'up')} {
|
||||||
|
.post-card {
|
||||||
|
gap: 0 var(--lsd-spacing-16) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.show-details {
|
.show-details {
|
||||||
margin-top: var(--lsd-spacing-32) !important;
|
margin-top: var(--lsd-spacing-32) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user