chore: update event card style
This commit is contained in:
parent
e892645e41
commit
b67a661e2c
|
@ -51,3 +51,11 @@ html {
|
||||||
line-height: var(--lsd-body2-lineHeight) !important;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue