Issue with grid-template-columns
-
Hello
II’m trying to modify the core Block Grid Element by adding a media query, but it shows an error and doesn’t apply.
@media (max-width: 991px) {
selector {
grid-template-columns: repeat(auto-fill, minmax(min(270px, 100%), 1fr));
}
}Would you please try it on your end and see how it can be resolved?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Issue with grid-template-columns’ is closed to new replies.