diff --git a/themes/hugo-theme-massively/assets/scss/layout/_wrapper.scss b/themes/hugo-theme-massively/assets/scss/layout/_wrapper.scss index 987f356..aa637d3 100644 --- a/themes/hugo-theme-massively/assets/scss/layout/_wrapper.scss +++ b/themes/hugo-theme-massively/assets/scss/layout/_wrapper.scss @@ -22,7 +22,6 @@ background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../images/bg.jpg'); background-size: auto, auto, 100% auto; background-position: center, center, top center; - background-repeat: repeat, no-repeat, no-repeat; background-attachment: scroll, scroll, scroll; z-index: -1; @@ -61,4 +60,4 @@ background-size: auto, auto, auto 175%; } } -} \ No newline at end of file +}