diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index f207a0401..149890b82 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -11,7 +11,9 @@ height: 100%; background-image: url('/images/intro_background.jpg'); background-size: cover; - background-attachment: fixed; + background-repeat: no-repeat; + background-position: center; + background-origin: border-box; .overlay { position: absolute;