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 1b67042fc..d589d66c9 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,7 @@ | |||
10 | color: #000; | 10 | color: #000; |
11 | } | 11 | } |
12 | 12 | ||
13 | @media screen and (max-width: 600px) { | 13 | @media screen and (max-width: 800px) { |
14 | width: calc(100% - 150px); | 14 | width: calc(100% - 150px); |
15 | } | 15 | } |
16 | 16 | ||