Styled about page a bit more

This commit is contained in:
2018-06-29 08:20:15 +10:00
parent 786982d432
commit e6c11a6fb2
3 changed files with 1417 additions and 2 deletions

View File

@ -11,13 +11,29 @@
* 1.0.0 - 2018/06/06
*/
.p-about-page {
background-image: url('./../images/patterns/game-show.svg');
background-size: 150% auto;
&__promo {
padding: 6em 0;
background-size: 150% auto;
&-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;
}
}
@ -27,6 +43,9 @@
@include t-justify-content(space-between);
@include t-flex-wrap(wrap);
&-title {
}
&-brand {
width: 50%;
}