2018-05-11 20:22:45 +10:00

19 lines
266 B
SCSS

/*
* Page
* Styles for the base Page elements.
*
* Dependencies:
* styles/settings/responsive.scss
*
* Version:
* 1.0.0 - 2018/05/05
*/
.c-page {
min-height: 100vh;
&__boundary {
max-width: $s-screen-boundary;
margin: 0 auto;
}
}