chore: update event card style

This commit is contained in:
jinhojang6 2024-05-14 23:59:19 +09:00
parent e892645e41
commit b67a661e2c
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 8 additions and 0 deletions

View File

@ -51,3 +51,11 @@ html {
line-height: var(--lsd-body2-lineHeight) !important;
}
}
@media (max-width: 768px) {
.mdx-event-card__title {
font-size: var(--lsd-h5-fontSize) !important;
line-height: var(--lsd-h5-lineHeight) !important;
height: fit-content !important;
}
}