mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
[#142]
This commit is contained in:
parent
bcdbde0edb
commit
e0b9212b68
@ -237,7 +237,7 @@ PostCard.styles = {
|
||||
`,
|
||||
small: (theme: Theme) => css`
|
||||
.post-card__title-text {
|
||||
${lsdUtils.typography('h4')}
|
||||
${lsdUtils.typography('h5')}
|
||||
}
|
||||
|
||||
.post-card__subtitle {
|
||||
@ -254,6 +254,10 @@ PostCard.styles = {
|
||||
}
|
||||
}
|
||||
|
||||
.post-card__show-details {
|
||||
${PostCardShowDetails.styles.small(theme)}
|
||||
}
|
||||
|
||||
${lsdUtils.breakpoint(theme, 'md', 'down')} {
|
||||
.post-card__title-text {
|
||||
${lsdUtils.typography('h5')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user