diff --git a/components/MiniEventCard.module.css b/components/MiniEventCard.module.css index e398a611..482620e1 100644 --- a/components/MiniEventCard.module.css +++ b/components/MiniEventCard.module.css @@ -57,6 +57,15 @@ fill: var(--primary-accent); } +.card h1, +.card h2, +.card h3, +.card h4 { + font-size: calc(16rem / 16); + margin-top: calc(24rem / 16); + margin-bottom: calc(8rem / 16); +} + @media only screen and (max-width: calc(768rem / 16)) { .details { bottom: 0;