From 2cc933d7a07a4ae382260c6dd8b6891fbad875e7 Mon Sep 17 00:00:00 2001 From: Reef Date: Wed, 24 Jun 2026 19:20:25 +0000 Subject: [PATCH] Vertically align Buy Now / Contact Us buttons using flexbox order + margin-top auto --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 89a9794..b95226b 100644 --- a/style.css +++ b/style.css @@ -414,6 +414,8 @@ img { .pcard-body { padding: 1.25rem; flex: 1; + display: flex; + flex-direction: column; } .pcard-body h3 { font-size: 1.1rem; @@ -436,9 +438,14 @@ img { min-height: 2rem; font-style: italic; } +.pcard-body ul { + order: 1; +} .pcard .btn { margin-bottom: 0.75rem; width: 100%; + order: 2; + margin-top: auto; } .pcard ul { list-style: none;