From b38fcaad022beec5e552056208000f7d383fe854 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 13:46:11 +0200 Subject: [PATCH] Increase margin between upload and search inputs --- client/src/app/header/header.component.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index de483086b..8a4111c5a 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -2,7 +2,11 @@ @use '_mixins' as *; my-search-typeahead { - @include margin-right(15px); + @include margin-right(80px); + + @media screen and (max-width: $small-view) { + @include margin-right(15px); + } } .publish-button { @@ -11,7 +15,7 @@ my-search-typeahead { @include button-with-icon(22px, 3px, -1px); @include margin-right(25px); - @media screen and (max-width: 600px) { + @media screen and (max-width: $mobile-view) { @include margin-right(10px); padding: 0 10px; -- 2.41.0