6 lines
77 B
SCSS
Raw Normal View History

2015-02-27 15:32:37 +01:00
.container {
margin: 0 auto;
max-width: $grid-container;
width: 90%;
}