From 22f632c7176c9bd0f35ae1da902d90ef98c6ef1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Sat, 30 Jul 2022 18:31:12 +0300 Subject: [PATCH] Remove .welcome completely --- index.html | 1 - resources/css/views/index.scss | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 22aaf7c..6220d35 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,6 @@
-
  • diff --git a/resources/css/views/index.scss b/resources/css/views/index.scss index 2ac35b9..df2172c 100644 --- a/resources/css/views/index.scss +++ b/resources/css/views/index.scss @@ -63,7 +63,7 @@ $social-button_inner_margin: 10px; left: 0; color: transparent; background-size: cover; - background-position: 50% 50%; + background-position: 50% 90%; background-repeat: no-repeat; opacity: 0; z-index: 0; @@ -72,6 +72,7 @@ $social-button_inner_margin: 10px; li:nth-child(1) span { background-image: urls.$index_slide1; + background-position-y: 50%; } li:nth-child(2) span { background-image: urls.$index_slide2;