diff --git a/web/src/components/events/dateList.module.scss b/web/src/components/events/dateList.module.scss index 4f95a8f..b039462 100644 --- a/web/src/components/events/dateList.module.scss +++ b/web/src/components/events/dateList.module.scss @@ -60,4 +60,12 @@ .showMore { margin-top: var(--spacing-s); +} + +@media (max-width: 600px) { + .header, + .time { + grid-template-columns: 1fr 1fr 1fr; + font-size: var(--font-size-caption); + } } \ No newline at end of file