فهرست منبع

fix menu height

huaisianhuang 3 سال پیش
والد
کامیت
ba36ae4ccb
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;