funky-framadate-front/src/assets/scss/atoms/_main.scss

10 lines
197 B
SCSS

@charset "UTF-8";
main {
max-width: 500px; // to look like the styleguide, to remove when we will have full width views
width: 100%;
display: block;
margin: 0 auto;
padding: 0 1.2rem;
}