adjust date list a lil bit for mobile

This commit is contained in:
elise
2024-08-10 17:08:27 +02:00
parent 8fec593300
commit af2d2bb2b5

View File

@ -60,4 +60,12 @@
.showMore { .showMore {
margin-top: var(--spacing-s); margin-top: var(--spacing-s);
}
@media (max-width: 600px) {
.header,
.time {
grid-template-columns: 1fr 1fr 1fr;
font-size: var(--font-size-caption);
}
} }