Hey @tuanphan!
I've implemented this code plus a couple of other additions to help with styling on mobile. However, I noticed that desktop started changing as well, but I'd prefer there be no styling changes done on desktop. Any help you can provide would be great!
jala-t.squarespace.com
pass: jala
/* Portfolio mobile 2 items */
@media screen and (max-width:767px) .portfolio-grid-overlay {
grid-template-columns: repeat(2,minmax(0,1fr))!important;
grid-column-gap: 23px!important;
padding-top: 22px!important;
}
Thanks,
Zach