jvcgpt / src /components /container /style.module.scss
Greums's picture
fix layout
043a4d3
raw
history blame
125 Bytes
.container {
margin: 0 auto;
//min-width: 20rem;
//max-width: 73.5rem;
padding: 0 1rem;
max-width: 800px;
}