From af097e374727dae99ebcfce2123a6c4490fe7ac2 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 10 Jul 2025 16:23:22 -0500 Subject: [PATCH] Move workflow below title when it won't fit comfortably on the side --- app/assets/stylesheets/card-perma.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index 8e7fbb61c..b436b4d91 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -37,6 +37,16 @@ opacity: 0.2; } + .card__body { + @media (max-width: 639px) { + flex-direction: column; + } + } + + .card__title { + font-size: clamp(var(--text-medium), 6vw, var(--text-xx-large)); + } + .card__meta, .card__stages { font-size: var(--text-small);