Hello,
just finished this Documentation page using Grid Layout. It’s pretty simple but it should work for every browser and all screen sizes.
Hope you like it and feedback is always appreciated.
PS. Anyone knows why do I have to use minmax(x px, 1fr)
in grid-template instead of 1fr
to center the grid? If I use only 1fr
the grid is scrollable along x-axis on smaller screens but it does not overflow.
Thank you