whao 2 years ago
parent
commit
9116e316a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/vBottomMenu.vue

+ 2 - 2
src/components/vBottomMenu.vue

@@ -101,9 +101,9 @@
 
 			.nav-child {
 				position: absolute;
-				top: -4.3rem;
+				top: -3.3rem;
 				border: 1px solid saddlebrown;
-				padding: 1.5rem 1.5rem 1.1rem 1.5rem;
+				padding: .5rem;
 				-moz-border-radius-topleft: 0;
 				-moz-border-radius-bottomright: 0;
 				background-color: $barBgc;