Can you please show how to make the new grid block responsive? I tried that, but failed. Thanks!
@lausianneАй бұрын
Can you use variables instead of static values? E.g. var(--my-gap) instead of 1rem
@TimTaricco2 ай бұрын
Magical. I was curious how the new Grid block would work. I see it really doesn't change how I am currently using CSS grid with the Container block, but rather adds a new way when the containers have a consistent content layout.
@MrOliver14442 ай бұрын
Great stuff
@alexway3032 ай бұрын
I'm curious if now we'll finally have an option to use "align-content: space-between;", and stop dancing with: display: flex, flex-direction: column, justify-content: space-between.