Attached gradient background fixed on page

This commit is contained in:
2018-03-18 11:04:06 +11:00
parent 9be3278139
commit 6d5d70a6ce

View File

@ -14,4 +14,5 @@
@include t-flex-grow(1);
@include t-gradient-directional($s-color--background-bottom, $s-color--background-top, 45deg);
padding-bottom: 5em;
background-attachment: fixed;
}