From 2c7d3308523f8859ea2bfe2df1629861c0b4a921 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 20 Aug 2025 18:03:22 -0500 Subject: [PATCH] Increase meta font size on perma on desktop --- app/assets/stylesheets/card-perma.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index 2f919a1a2..2a6b08fc8 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -55,7 +55,9 @@ .card__meta, .card__stages { - font-size: var(--text-x-small); + @media (min-width: 639px) { + font-size: var(--text-small); + } } .card__stages {