css verändert
This commit is contained in:
parent
e35561bf96
commit
2019be7334
|
@ -41,3 +41,9 @@ div.eventList a.event div.event p.date {
|
|||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 885px) {
|
||||
div.eventList {
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue