diff --git a/web/styles/events.css b/web/styles/events.css index ca81d26..bc11fab 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -1,6 +1,6 @@ div.eventList { display: flex; - justify-content: space-around; + justify-content: space-between; width: 100%; padding: 10px 0 10px 0; } @@ -9,6 +9,7 @@ div.eventList a.event { display: inline-block; color: white !important; background-color: var(--nav-background-color) !important; + margin: 10px 10px 10px 10px; } div.eventList a.event:hover { @@ -22,6 +23,8 @@ div.eventList a.event div.event { border-radius: 5px; transform: scale(1); transition: transform .5s; + padding: 5px 5px 5px 5px; + box-shadow: inset 5px 5px 0px 0px var(--logo-background-color); } div.eventList a.event div.event:hover {