Switched background image SVGs into regular images, made logo go over the top of the menu on mobile.

This commit is contained in:
2018-08-14 21:09:17 +10:00
parent 550cf15e76
commit 2235fe3983
10 changed files with 76 additions and 34 deletions

View File

@ -8,9 +8,14 @@
* styles/tools/_responsive.scss
*
* Version:
* 1.0.0 - 2018/06/06
* 1.1.0 - 2018/08/14
*/
.p-home-page {
&__banner,
&__promo {
position: relative;
//@extend %t-dp--shadow-3d;
}
&__promo {
padding: 6em 0;
@ -18,22 +23,6 @@
&-video {
background-image: url('./../images/patterns/florida.svg');
@extend %t-dp--shadow-3d;
}
&-programming {
background-image: url('./../images/patterns/rhythm-heaven.svg');
@extend %t-dp--shadow-3d;
}
&-platforms {
background-image: url('./../images/patterns/game-show.svg');
@extend %t-dp--shadow-3d;
}
&-work {
background-image: url('./../images/patterns/arcade.svg');
@extend %t-dp--shadow-3d;
}
}