From 53141a03d716a120a33fb5334aaa1101589876f9 Mon Sep 17 00:00:00 2001 From: Mark Valentino Date: Wed, 21 Feb 2024 23:09:52 -0500 Subject: [PATCH] prevented large portrait images from overflowing on certain resolutions --- sass/_project-sass/_project-Main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index f7f4de18..26956e6b 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -808,7 +808,7 @@ .large-portrait { border: 10px solid white; @include box-shadow(1px 1px 2px 1px rgba(0, 0, 0, 0.15)); - width: 322px; + width: 100%; height: 241px; background-size: cover; float: left;