prevented large portrait images from overflowing on certain resolutions

This commit is contained in:
Mark Valentino 2024-02-21 23:09:52 -05:00
parent f7341f5a51
commit 53141a03d7

View file

@ -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;