Added AboutPage styles (testing)

This commit is contained in:
2018-06-06 07:55:36 +10:00
parent a28ec93bca
commit 1a88e01eb4

View File

@ -0,0 +1,17 @@
/*
* About Page
* Styles for the About Page, a simple page outlining some info about me.
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/06/06
*/
.p-about-page {
&__promo-video {
padding: 5em 0;
background-image: url('./../images/banners/homepage/palms.svg');
background-size: cover;
}
}