jvcgpt / src /components /container /style.module.scss
Greums's picture
first alpha version
1982de5
raw
history blame
100 Bytes
.container {
margin: 0 auto;
min-width: 20rem;
max-width: 73.5rem;
padding: 0 0.5rem;
}