aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss17
1 files changed, 1 insertions, 16 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index b92036de7..c380fe5bf 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -338,15 +338,6 @@ table {
338} 338}
339 339
340@media screen and (max-width: 600px) { 340@media screen and (max-width: 600px) {
341 .menu-wrapper {
342 width: 100% !important;
343 z-index: 10000;
344 }
345
346 menu {
347 width: $menu-width;
348 }
349
350 .main-col { 341 .main-col {
351 margin-left: 0; 342 margin-left: 0;
352 343
@@ -367,10 +358,4 @@ table {
367 } 358 }
368 } 359 }
369 } 360 }
370} 361} \ No newline at end of file
371
372@media screen and (max-width: 400px) {
373 menu {
374 width: 100%;
375 }
376}