style: use a fixed backgruond

This commit is contained in:
Kazhnuz 2018-10-15 11:42:58 +02:00
parent 0a45e899ad
commit aa728b64f7
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/* ------------------ CUSTOM STYLE ------------------- */
body {
background: #666 url("../img/background.png");
padding: 30px; }
padding: 30px;
background-attachment: fixed; }
@media (max-width: 767.98px) {
body {

View File

@ -28,6 +28,7 @@ $color-mark: $color-yellow;
body {
background: #666 url('../img/background.png');
padding: 30px;
background-attachment: fixed;
}
@media (max-width: 767.98px) {