css verändert

This commit is contained in:
xoy 2023-01-29 20:57:38 +01:00
parent e35561bf96
commit 2019be7334
1 changed files with 6 additions and 0 deletions

View File

@ -40,4 +40,10 @@ div.eventList a.event div.event p.date {
padding: 0 10px 0 0;
margin: 0;
word-wrap: break-word;
}
@media only screen and (max-width: 885px) {
div.eventList {
justify-content: space-around;
}
}