From 6261ecaa699121ff4380d91e29092faab68383f9 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sun, 29 Sep 2024 19:03:55 +0200 Subject: [PATCH] =?UTF-8?q?=20=20=20=20Alle=20K=C3=A4sten=20mit=20abgerund?= =?UTF-8?q?eten=20Ecken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/App.css b/src/App/App.css index 232aec5d..ab5d43c3 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -862,6 +862,7 @@ img .middle{ clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); } .sponsor-portrait{ + border-radius: 10px !important; border: 5px solid var(--accent-primary); background-color: var(--ourbeige); } @@ -3556,6 +3557,7 @@ svg a:hover text{ border: 5px solid var(--accent-primary); background-color: var(--ourbeige); height: 250px !important; + border-radius: 10px; } .qabox .question-bubble:nth-child(2){ -- GitLab