From 62865098d601dce78a14ddb3398eded54ad60e25 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Wed, 11 Nov 2020 13:49:34 +0530 Subject: [PATCH] refactor the refactoring --- src/scss/pages/_home.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/scss/pages/_home.scss b/src/scss/pages/_home.scss index 17b085a..26e0229 100644 --- a/src/scss/pages/_home.scss +++ b/src/scss/pages/_home.scss @@ -164,14 +164,16 @@ main { } .socials { + margin-top: 30px; width: 100%; - height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; .socials-container { + margin-top: 30px; + max-width: 1100px; width: 100%; display: flex; justify-content: space-between; @@ -181,8 +183,8 @@ main { display: flex; justify-content: center; align-items: center; - width: 300px; - height: 100px; + width: 350px; + height: 90px; background: $tertiary; border-radius: 5px; transition: box-shadow 0.2s linear; @@ -201,7 +203,7 @@ main { &:hover { cursor: pointer; - box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); + box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); } }