i set the grille like this:
4fr 1fr 1fr 4fr
2fr 2fr 4fr 2fr
but i can’t get all the height and width in the front end. So I put in a div with 100vh and 100vw and inside below I put the grid, but I can’t get 100vh and 100vw. The only way and insert this directly into the grid.
40vw 10vw 10vw 40vw
20vh 20vh 40vh 20vh
Shouldn’t the div adjust the size of the content then also of the grid?
thanks