chore: update featured post subtitle

This commit is contained in:
jinhojang6 2024-03-29 03:06:02 +09:00
parent 21bd780185
commit 7498b6484d

View File

@ -365,6 +365,9 @@ const FeaturedSecond = styled.div`
.post-card__subtitle { .post-card__subtitle {
margin-top: var(--lsd-spacing-16) !important; margin-top: var(--lsd-spacing-16) !important;
font-size: var(--lsd-subtitle4-fontSize) !important;
font-weight: var(--lsd-subtitle4-fontWeight) !important;
line-height: var(--lsd-subtitle4-lineHeight) !important;
} }
.post-card-wrapper { .post-card-wrapper {