From ea5b673eab99e6132b6c4f9fd569663607011887 Mon Sep 17 00:00:00 2001 From: Gorri <60433201+gorrig@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:19:41 +0100 Subject: [PATCH] Update _wrapper.scss --- themes/hugo-theme-massively/assets/scss/layout/_wrapper.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}