Added PageBoundary

This commit is contained in:
2018-05-11 20:22:45 +10:00
parent fe6454d108
commit 84e0b496fd
5 changed files with 58 additions and 13 deletions

View File

@ -3,10 +3,16 @@
* 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;
}
}

View File

@ -15,6 +15,8 @@ $s-screen-medium: 1000px;
$s-screen-large: 1250px;
$s-screen-xlarge: 1500px;
$s-screen-boundary: $s-screen-xlarge;
//Size definitions
$s-xsmall: 'xsmall';
$s-small: 'small';