This commit is contained in:
amirhouieh 2023-08-30 19:35:45 +02:00
parent bcdbde0edb
commit e0b9212b68

View File

@ -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')}