diff --git a/web/styles/events.css b/web/styles/events.css index b21f143..8d1d8e2 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -10,6 +10,7 @@ div.eventList a.event { display: inline-block; color: white !important; margin: 10px 10px 10px 10px; + max-width: 100%; } div.eventList a.event:hover { diff --git a/web/styles/main.css b/web/styles/main.css index 9915b8c..31d5c40 100644 --- a/web/styles/main.css +++ b/web/styles/main.css @@ -181,4 +181,8 @@ p.topic { padding: 20px 20px 20px 0; text-align: right; } + + a.imgLink div { + font-size: 200%; + } } \ No newline at end of file