Cleaned more code, still untested.
This commit is contained in:
22
public/components/page/boundary/PageBoundary.scss
Normal file
22
public/components/page/boundary/PageBoundary.scss
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* PageBoundary
|
||||
* Styles for the Page Boundaries
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/10/23
|
||||
*/
|
||||
.c-page-boundary {
|
||||
max-width: $s-screen-boundary;
|
||||
margin: 0 auto;
|
||||
|
||||
&.is-full {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.is-small {
|
||||
max-width: $s-screen-boundary / 2;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user