Changed homepage backgrounds, improved @sections

This commit is contained in:
2018-11-26 19:24:41 +11:00
parent 88cd1a9a53
commit 829a152a1e
18 changed files with 121 additions and 76 deletions

View File

@ -0,0 +1,14 @@
@import '~@styles/global';
.c-banner-section {
position: relative;
&__sizer {
&.for-desktop {display: none;}
@include t-media-query($s-small-up) {
&.for-mobile {display: none;}
&.for-desktop {display: block;}
}
}
}