diff options
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/header.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index cf6e96d07..ef7749ced 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,8 @@ | |||
10 | @media screen and (max-width: $mobile-view) { | 10 | @media screen and (max-width: $mobile-view) { |
11 | @include margin-right(10px); | 11 | @include margin-right(10px); |
12 | 12 | ||
13 | padding: 0 10px; | 13 | padding-right: 10px; |
14 | padding-left: 10px; | ||
14 | 15 | ||
15 | .icon.icon-upload { | 16 | .icon.icon-upload { |
16 | @include margin-right(0); | 17 | @include margin-right(0); |