From aa727cbbbbaa5e8a25e1e58bfc058bc12363ce66 Mon Sep 17 00:00:00 2001 From: xoy Date: Sun, 29 Jan 2023 20:14:32 +0100 Subject: [PATCH] am css gearbeitet --- web/styles/events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/events.css b/web/styles/events.css index bc11fab..9561c58 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -10,6 +10,7 @@ div.eventList a.event { color: white !important; background-color: var(--nav-background-color) !important; margin: 10px 10px 10px 10px; + border-radius: 5px; } div.eventList a.event:hover { @@ -20,7 +21,6 @@ div.eventList a.event div.event { max-width: 100%; width: 200px; height: 200px; - border-radius: 5px; transform: scale(1); transition: transform .5s; padding: 5px 5px 5px 5px;