diff options
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 5f64ede98..fba70dd2f 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -7,7 +7,7 @@ | |||
7 | color: #000; | 7 | color: #000; |
8 | } | 8 | } |
9 | 9 | ||
10 | @media screen and (max-width: 800px) { | 10 | @media screen and (max-width: 600px) { |
11 | width: calc(100% - 150px); | 11 | width: calc(100% - 150px); |
12 | } | 12 | } |
13 | 13 | ||