Explorar el Código

fix menu height

huaisianhuang hace 3 años
padre
commit
ba36ae4ccb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      sass/main.css
  2. 1 1
      sass/main.scss

+ 1 - 1
sass/main.css

@@ -594,7 +594,7 @@ body {
 }
 
 .fixed_menu {
-  height: 82px;
+  height: 78px;
   position: fixed;
   z-index: 4;
   bottom: 0;

+ 1 - 1
sass/main.scss

@@ -513,7 +513,7 @@ body {
 }
 
 .fixed_menu {
-    height: 82px;
+    height: 78px;
     position: fixed;
     z-index: 4;
     bottom: 0;