tale/_sass/_layout.scss

6 lines
68 B
SCSS
Raw Normal View History

.container {
margin: 0 auto;
max-width: 1200px;
width: 80%;
}