funky-framadate-front/src/assets/scss/_global_layout.scss

13 lines
218 B
SCSS

@charset "UTF-8";
body {
background-color: #fff;
padding: 1rem;
}
app-root {
max-width: 500px; // to look like the styleguide, to remove when we will have full width views
display: block;
margin: 0 auto;
}