From ea41d012c8f320909250302514013cdc7b96fb22 Mon Sep 17 00:00:00 2001 From: Yurii Mosin Date: Thu, 1 Aug 2024 21:13:38 +0300 Subject: [PATCH] add solution --- src/styles/blocks.scss/header.scss | 7 +++---- src/styles/blocks.scss/mains.scss | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/blocks.scss/header.scss b/src/styles/blocks.scss/header.scss index b40afc87e..d2d473d86 100644 --- a/src/styles/blocks.scss/header.scss +++ b/src/styles/blocks.scss/header.scss @@ -158,7 +158,7 @@ @include on-mob-tabl { position: absolute; top: 0; - margin: 433px 20%; + margin: 433px 15%; } @include on-tabl-desk { @@ -187,10 +187,9 @@ } @include on-mob-tabl { - width: 100vh; + width: 260px; height: 50px; position: relative; - left: 0%; } } @@ -267,7 +266,7 @@ } &:hover { - transform: scale(1.2); + transform: scale(1.6); } } diff --git a/src/styles/blocks.scss/mains.scss b/src/styles/blocks.scss/mains.scss index c0866035b..6dc70e1e3 100644 --- a/src/styles/blocks.scss/mains.scss +++ b/src/styles/blocks.scss/mains.scss @@ -261,7 +261,7 @@ line-height: 36px; width: 280px; height: 110px; - left: 15%; + left: 10%; top: 88px; } @@ -438,6 +438,7 @@ } .search-form__button { + border: none; background-image: url(../images/Group\ 57.png); background-size: cover; background-position: center;