Adjusted backgrounds to be page specific

This commit is contained in:
2018-03-13 05:17:03 +11:00
parent 59158fde3a
commit db7a6be150
4 changed files with 9 additions and 4 deletions

View File

@ -17,4 +17,8 @@
min-height: 100vh;
overflow-x: hidden;
position: relative;
@extend %t-flexbox;
@include t-flex-wrap(wrap);
@include t-flex-flow(column);
}