cats-album/src/styles/global.css

9 lines
92 B
CSS

:root {
--grid-gutter: 3rem;
}
body {
margin: 0 auto;
max-width: min(1200px, 85%);
}