Added footer

This commit is contained in:
2018-03-03 17:03:41 +11:00
parent 300bde972d
commit ceb48e104c
17 changed files with 352 additions and 15 deletions

View File

@ -18,14 +18,3 @@
.c-section--full-width {
max-width: none;
}
.c-section--style-body {
background: $s-color--background-default;
}
@include t-media-query($s-small-up) {
.c-section--style-body {
margin-left: 4%;
@include t-box-shadow(-10px, 10px, 0px, rgba(0, 0, 0, 0.5));
}
}