From 20e46e747d4824ce17537e1a48dc37cb6783047d Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 21 Nov 2023 14:58:15 -0600 Subject: [PATCH] small refinements to image min-width --- components/text.module.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/text.module.css b/components/text.module.css index 1a6f2e00..e6437c4d 100644 --- a/components/text.module.css +++ b/components/text.module.css @@ -9,6 +9,9 @@ .text { line-height: 130%; } + .text img { + min-width: 30% !important; + } } .heading { @@ -79,7 +82,7 @@ max-height: 25vh; object-fit: contain; object-position: left top; - min-width: 40vw; + min-width: 50%; } .text img.topLevel {