From 9a37011e56c6af87128763b1ead907a792a94a5a Mon Sep 17 00:00:00 2001 From: Matthias Grief Date: Tue, 19 Nov 2024 19:48:54 +0100 Subject: [PATCH] =?UTF-8?q?Spacing=20der=20Kacheln=20in=20der=20Themen?= =?UTF-8?q?=C3=BCbersicht=20etwas=20verkleinert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webseite/assets/css/subject.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webseite/assets/css/subject.css b/webseite/assets/css/subject.css index 7b363ff..fb4faa0 100644 --- a/webseite/assets/css/subject.css +++ b/webseite/assets/css/subject.css @@ -116,7 +116,7 @@ body { .topic-card { border-radius: 20px; - padding: 2rem; + padding: 1.5rem; position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); @@ -153,7 +153,6 @@ body { .topic-header { display: flex; align-items: center; - margin-bottom: 1.5rem; position: relative; } @@ -172,7 +171,6 @@ body { .topic-description { font-size: 1rem; line-height: 1.7; - margin-bottom: 1.5rem; } .related-topics {