From 86409d6ade8a3eae7aca41d87cc0c9d016bcebaa Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 4 Feb 2019 14:13:06 +0200 Subject: [PATCH] intro background fixed --- src/routes/Intro/styles.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;