From b643dc914e24bfa4093003d8a446ac40baf4f796 Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 19:25:52 +0000 Subject: [PATCH] Keep button between quote and features, align using flex-grow on ul --- style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index b95226b..ed02999 100644 --- a/style.css +++ b/style.css @@ -439,13 +439,11 @@ img { font-style: italic; } .pcard-body ul { - order: 1; + flex-grow: 1; } .pcard .btn { margin-bottom: 0.75rem; width: 100%; - order: 2; - margin-top: auto; } .pcard ul { list-style: none;