13 lines
167 B
SCSS
13 lines
167 B
SCSS
/*
|
|
* Blog Page
|
|
* Styles for the Blog Landing Page
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/10/30
|
|
*/
|
|
.p-blog-page {
|
|
.c-page__background {
|
|
position: fixed;
|
|
}
|
|
}
|