diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 478737a43..d84766240 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -104,7 +104,7 @@ label { | |||
104 | background-color: var(--submenuColor); | 104 | background-color: var(--submenuColor); |
105 | width: 100%; | 105 | width: 100%; |
106 | height: 81px; | 106 | height: 81px; |
107 | margin-bottom: 30px; | 107 | margin-bottom: $sub-menu-margin-bottom; |
108 | display: flex; | 108 | display: flex; |
109 | align-items: center; | 109 | align-items: center; |
110 | padding-left: $not-expanded-horizontal-margins; | 110 | padding-left: $not-expanded-horizontal-margins; |
@@ -147,7 +147,7 @@ label { | |||
147 | } | 147 | } |
148 | 148 | ||
149 | @media screen and (max-width: 500px) { | 149 | @media screen and (max-width: 500px) { |
150 | margin-right: 20px; | 150 | margin-right: 15px; |
151 | } | 151 | } |
152 | } | 152 | } |
153 | 153 | ||
@@ -382,6 +382,8 @@ table { | |||
382 | } | 382 | } |
383 | 383 | ||
384 | .sub-menu { | 384 | .sub-menu { |
385 | width: 100vw; | ||
386 | overflow-x: auto; | ||
385 | padding-left: 15px; | 387 | padding-left: 15px; |
386 | padding-right: 15px; | 388 | padding-right: 15px; |
387 | margin-bottom: 10px; | 389 | margin-bottom: 10px; |