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 {