From c46ea5471c4b367fd235a6dd0ac625d7f4df55d1 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 16 Jul 2025 11:03:45 -0500 Subject: [PATCH] Restore missing aspect ratio on the perma We want to keep a pleasing shape when looking at the full card. It already expands as needed on mobile or when the description is lengthy cc: @andyra --- app/assets/stylesheets/card-perma.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index 8005f1fbb..b436b4d91 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -27,6 +27,8 @@ } .card { + --card-aspect-ratio: 2 / 0.95; + border: none; }