diff options
-rw-r--r-- | client/src/app/header/header.component.scss | 8 |
1 files 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 @@ | |||
2 | @use '_mixins' as *; | 2 | @use '_mixins' as *; |
3 | 3 | ||
4 | my-search-typeahead { | 4 | my-search-typeahead { |
5 | @include margin-right(15px); | 5 | @include margin-right(80px); |
6 | |||
7 | @media screen and (max-width: $small-view) { | ||
8 | @include margin-right(15px); | ||
9 | } | ||
6 | } | 10 | } |
7 | 11 | ||
8 | .publish-button { | 12 | .publish-button { |
@@ -11,7 +15,7 @@ my-search-typeahead { | |||
11 | @include button-with-icon(22px, 3px, -1px); | 15 | @include button-with-icon(22px, 3px, -1px); |
12 | @include margin-right(25px); | 16 | @include margin-right(25px); |
13 | 17 | ||
14 | @media screen and (max-width: 600px) { | 18 | @media screen and (max-width: $mobile-view) { |
15 | @include margin-right(10px); | 19 | @include margin-right(10px); |
16 | 20 | ||
17 | padding: 0 10px; | 21 | padding: 0 10px; |