diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1a9a196ff..1d42f2a04 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -4,6 +4,12 @@ header div { | |||
4 | } | 4 | } |
5 | 5 | ||
6 | menu { | 6 | menu { |
7 | @media screen and (max-width: 600px) { | ||
8 | margin-right: 3px !important; | ||
9 | padding: 3px !important; | ||
10 | min-height: 400px !important; | ||
11 | } | ||
12 | |||
7 | min-height: 600px; | 13 | min-height: 600px; |
8 | margin-right: 20px; | 14 | margin-right: 20px; |
9 | border-right: 1px solid rgba(0, 0, 0, 0.2); | 15 | border-right: 1px solid rgba(0, 0, 0, 0.2); |
@@ -30,3 +36,9 @@ menu { | |||
30 | .panel-block:not(:last-child) { | 36 | .panel-block:not(:last-child) { |
31 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | 37 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
32 | } | 38 | } |
39 | |||
40 | .router-outlet-container { | ||
41 | @media screen and (max-width: 400px) { | ||
42 | padding: 0 3px 0 3px; | ||
43 | } | ||
44 | } | ||