From b67a661e2c8bbb891fcf086cec155ae5b7ea014d Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 14 May 2024 23:59:19 +0900 Subject: [PATCH] chore: update event card style --- src/css/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/css/custom.scss b/src/css/custom.scss index 469544b..eff6127 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -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; + } +}