Shrink the grid and body further down to 100rem

This commit is contained in:
Maciej Pędzich 2023-09-03 18:55:41 +02:00
parent 16783d9815
commit d4df6dd6c0

View File

@ -1,10 +1,11 @@
:root {
--grid-gutter: 3rem;
--grid-max-width: 100rem;
}
body {
margin: 0 auto;
max-width: min(100rem, 75%);
max-width: min(var(--grid-max-width), 75%);
}
a:focus {