Reset, reset
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
/*
|
||||
* Section
|
||||
* Styles for section elements
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/settings/responsive.scss
|
||||
* styles/tools/_responsive.scss
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/28
|
||||
*/
|
||||
.c-section {
|
||||
width: 100%;
|
||||
display: block;
|
||||
max-width: $s-layout--page-max;
|
||||
z-index: 1;
|
||||
position:relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.c-section--full-width {
|
||||
max-width: none;
|
||||
}
|
Reference in New Issue
Block a user