Merge pull request #493 from M-Valentino/largePortraitResponsiveness

I made a fix to prevent large portrait images from overflowing on certain resolutions
This commit is contained in:
Kyle Drake 2024-03-04 14:45:46 -06:00 committed by GitHub
commit 3087e39b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;