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

10 lines
197 B
SCSS
Raw Normal View History

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