jvcgpt / src /components /container /style.module.scss
Greums's picture
crlf to lf
1813a37
raw
history blame
118 Bytes
.container {
margin: 0 auto;
//min-width: 20rem;
//max-width: 73.5rem;
padding: 0 1rem;
max-width: 800px;
}