mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2024-11-27 22:35:47 +01:00
Shrink the grid and body further down to 100rem
This commit is contained in:
parent
16783d9815
commit
d4df6dd6c0
@ -1,10 +1,11 @@
|
|||||||
:root {
|
:root {
|
||||||
--grid-gutter: 3rem;
|
--grid-gutter: 3rem;
|
||||||
|
--grid-max-width: 100rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: min(100rem, 75%);
|
max-width: min(var(--grid-max-width), 75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user