From 7381496cdda8abf49add12397200eb1ded3c02a7 Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Mon, 28 Oct 2024 16:12:41 -0400 Subject: [PATCH] update --- public/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/styles.css b/public/styles.css index 4e76dd5..0fce2ec 100644 --- a/public/styles.css +++ b/public/styles.css @@ -402,7 +402,12 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal; font-size: 1rem; } + @media (width > 1400px) { + .winter-25.featured { + aspect-ratio: 1.6; + } + } .winter-25.featured { border: 3px double var(--winter-25-text); border-left: 10px double var(--winter-25-text);