Site URL: https://suruchi-avasthi.squarespace.com
Hey all -
Curious is anyone has experienced this before? I've used the code below to turn my summary block carousel images into full size, single column on mobile. At first glance, everything looks good. But there are two things that are acting finicky. First of all, the third summary item doesn't show up. Additionally, randomly the images stop loading. Has anyone experienced this before? Not sure how to fix this and I really like the style!
PW: cardamom
@media screen and (max-width:767px) {
.summary-item {
display: flex;
flex-direction: column;
justify-content: center!important;
width: 100% !important;
margin-right: 5px;
}
.summary-item img{
height:auto!important;
width:90vw!important;
}}