Nameless_Contributor said:
@jhs_master something like this? It will be bad for very tall images.
/* Single-column full-width post thumbnails regardless of size */ @media screen and (max-width: 660px) { #c-posts .post-preview-image { width: 100vw; max-height: unset; } #c-posts .posts-container { grid-template-columns: unset; } }
Yes, that's it! Thank you very much for the help!