mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
fix: fix hero tags spacing on tablet size
This commit is contained in:
parent
a8655251c9
commit
1c416eddfc
@ -1,6 +1,7 @@
|
|||||||
import { LPETag } from '@/components/LPETag'
|
import { LPETag } from '@/components/LPETag'
|
||||||
import styled from '@emotion/styled'
|
import styled from '@emotion/styled'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
import { lsdUtils } from '../../utils/lsd.utils'
|
||||||
|
|
||||||
export type NavbarFilter = Partial<React.ComponentProps<typeof Container>> & {
|
export type NavbarFilter = Partial<React.ComponentProps<typeof Container>> & {
|
||||||
tags?: string[]
|
tags?: string[]
|
||||||
@ -62,7 +63,7 @@ const Tags = styled.div`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: ${(props) => props.theme.breakpoints.sm.width}px) {
|
${(props) => lsdUtils.breakpoint(props.theme, 'md', 'down')} {
|
||||||
padding-left: var(--main-content-padding);
|
padding-left: var(--main-content-padding);
|
||||||
padding-right: var(--main-content-padding);
|
padding-right: var(--main-content-padding);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user