Added page specific styles, adjusted typography slightly

This commit is contained in:
2018-05-11 20:47:30 +10:00
parent 403ec39df3
commit abfc903c3f
5 changed files with 35 additions and 11 deletions

View File

@ -0,0 +1,17 @@
/*
* Home Page
* Styles that are homepage specific.
*
* Dependencies:
*
*
* Version:
* 1.0.0 - 2018/05/11
*/
.p-home-page {
&__video-content {
background: white;
}
}