16 lines
223 B
SCSS
16 lines
223 B
SCSS
/*
|
|
* Main
|
|
* Styles for the main container
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/07
|
|
*/
|
|
.c-main {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
width: 100%;
|
|
|
|
@extend %t-flexbox;
|
|
@include t-flex-direction(column);
|
|
}
|