Changed homepage backgrounds, improved @sections
This commit is contained in:
14
public/components/section/banner/BannerSection.scss
Normal file
14
public/components/section/banner/BannerSection.scss
Normal 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;}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user