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.scss19
1 files changed, 13 insertions, 6 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 5a4aa4cd9..f7d83c5c3 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -107,8 +107,8 @@ label {
107 font-weight: bold; 107 font-weight: bold;
108} 108}
109 109
110// On small screen, menu is absolute and displayed over the page 110// On small screen, menu is absolute
111@media screen and (max-width: 500px) { 111@media screen and (max-width: 800px) {
112 .title-menu-left { 112 .title-menu-left {
113 width: 120px; 113 width: 120px;
114 position: absolute !important; 114 position: absolute !important;
@@ -116,11 +116,18 @@ label {
116 } 116 }
117 117
118 .main-col { 118 .main-col {
119 width: 100% !important; 119 margin-left: 0;
120 }
121 120
122 .fake-menu { 121 &, &.expanded {
123 display: none; 122 .margin-content {
123 //display: flex;
124 //flex-direction: column;
125 //align-items: center;
126 //justify-content: center;
127 margin-left: auto;
128 margin-right: auto;
129 }
130 }
124 } 131 }
125} 132}
126 133