diff --git a/web/styles/events.css b/web/styles/events.css index 1c6a71c..3fed952 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -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; + } } \ No newline at end of file