_body.scss
352 Bytes
// Body
body {
background: #E4EDF4;
font-family: 'TheMixPlain', sans-serif;
}
.body__whiteBg{
background:white;
footer{
margin-top:300px;
}
@include bp-large {
}
}
section.main {
@extend .row-f;
.full {
@extend .col-l12;
}
.middle {
@extend .col-l6;
}
.box {
@extend .col-l4;
}
}