mirror of
https://github.com/maciejpedzich/cats-album.git
synced 2025-04-08 22:51:10 +02:00
9 lines
92 B
CSS
9 lines
92 B
CSS
:root {
|
|
--grid-gutter: 3rem;
|
|
}
|
|
|
|
body {
|
|
margin: 0 auto;
|
|
max-width: min(1200px, 85%);
|
|
}
|