Open MadMaxMcKinney opened 3 years ago
Fixing this would make my life a lot easier
The code in the 1st post is wrongly indented:
mediaquery:
"(max-width: 650px)":
grid-template-columns: 1fr 1fr 1fr
So it is not supposed to work properly. The fixed code works OK as a decluttering template. No issue here, just a wrong use.
So I've got a simple grid from layout_card:
However, the mediaquery doesn't work for some reason. If I use the layout-card on its own and not as a template for the decluttering-card everything works as it should.
What's going on here?
Reference for layout-card