mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-22 22:28:19 +00:00
fix: fix the podcasts page's episodes layout on tablet
This commit is contained in:
parent
753454ab84
commit
2140a8a6ca
@ -236,6 +236,12 @@ PostCard.styles = {
|
||||
.post-card__title-text {
|
||||
${lsdUtils.typography('h6')}
|
||||
}
|
||||
|
||||
${lsdUtils.breakpoint(theme, 'md', 'down')} {
|
||||
.post-card__title-text {
|
||||
${lsdUtils.typography('h5')}
|
||||
}
|
||||
}
|
||||
`,
|
||||
small: (theme: Theme) => css`
|
||||
.post-card__title-text {
|
||||
|
@ -67,11 +67,11 @@ const PodcastsContainer = (props: Props) => {
|
||||
},
|
||||
{
|
||||
breakpoint: 'sm',
|
||||
pattern: [{ cols: 2, size: 'small' }],
|
||||
pattern: [{ cols: 4, size: 'xsmall' }],
|
||||
},
|
||||
{
|
||||
breakpoint: 'md',
|
||||
pattern: [{ cols: 2, size: 'small' }],
|
||||
pattern: [{ cols: 4, size: 'xsmall' }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user