From 33ff46744f5b3faad60e2946465c4d2745d3feb3 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 21 May 2026 21:57:08 +0200 Subject: [PATCH] =?UTF-8?q?KI-AGENT:=20Mehr-Details-Buttons=20b=C3=BCndig?= =?UTF-8?q?=20ausgerichtet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/app/assets/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/app/assets/css/main.css b/website/app/assets/css/main.css index 162e3dd..c18e2b1 100644 --- a/website/app/assets/css/main.css +++ b/website/app/assets/css/main.css @@ -310,6 +310,11 @@ footer { padding: 1.35rem; } +.feature-grid article { + display: flex; + flex-direction: column; +} + .highlights span, .feature-grid span { color: var(--accent-dark); @@ -333,7 +338,7 @@ footer { .feature-grid details { border-top: 1px solid rgba(23, 33, 31, 0.1); - margin-top: 1.1rem; + margin-top: auto; padding-top: 0.9rem; }