%PDF- %PDF-
| Direktori : /home/vacivi36/app/unidades/comercial/html/src/scss/layout/ |
| Current File : /home/vacivi36/app/unidades/comercial/html/src/scss/layout/_main.scss |
.is-boxed {
background: color(bg, 3);
}
.body-wrap {
background: color(bg, 1);
overflow: hidden;
/* Sticky footer */
display: flex;
flex-direction: column;
min-height: 100vh;
}
.boxed-container {
max-width: 1440px;
margin: 0 auto;
@include shadow;
}
main {
flex: 1 0 auto;
}
.section-inner {
position: relative; /* To always display inner elements above pseudo decorative stuff */
padding-top: 48px;
padding-bottom: 48px;
}
@include media( '>medium' ) {
.section-inner {
padding-top: 88px;
padding-bottom: 88px;
}
}