From 6c1a0bb5dec1f486b11851d25d62e370baba9acd Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 11 Aug 2025 11:49:31 -0500 Subject: [PATCH] Make changes specific to card perma --- app/assets/stylesheets/card-perma.css | 6 ++++++ app/assets/stylesheets/cards.css | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index 4b273d404..62afac14b 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -43,6 +43,12 @@ } } + .card__content { + display: flex; + flex-direction: column; + gap: 1ch; + } + .card__title { font-size: clamp(var(--text-medium), 6vw, var(--text-xx-large)); } diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 7ee937f30..bf35337d6 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -105,10 +105,7 @@ .card__content { contain: inline-size; - display: flex; flex: 2 1 auto; - flex-direction: column; - gap: 1ch; max-inline-size: 100%; }