Skip to content

Fix display with small screens (content overflowed on right)

Adrien Dorsaz requested to merge css-grid-templates into main

The overflow has begun when we set the box-sizing to border-box.

CSS grids has been refactored to use grid-template-areas to define where to place objects on the body element. This is finally simpler than defining grid-column and grid-row on items.

Merge request reports