css verändert
This commit is contained in:
parent
e35561bf96
commit
2019be7334
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue