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

11 lines
208 B
SCSS
Raw Normal View History

@charset "UTF-8";
2019-08-12 12:43:53 +02:00
main {
display: block;
width: 100%;
//max-width: 320px; // to look like the styleguide, to remove when we will have full width views
margin: 0 auto;
padding: 0 2rem;
2019-08-11 17:06:07 +02:00
}