zs 2 vuotta sitten
vanhempi
commit
86e758f799
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 0
      components/mobile-frame/index.vue
  2. 2 2
      pages/home/index.vue

+ 1 - 0
components/mobile-frame/index.vue

@@ -110,6 +110,7 @@
 			background-color: var(--fffColor);
 			display: flex;
 			flex-direction: row;
+			align-items: center;
 			justify-content: space-around;
 			border-top: 1px solid var(--f1Color);
 

+ 2 - 2
pages/home/index.vue

@@ -306,14 +306,14 @@
 		.one {
 			background-color: var(--fFB1Color);
 			border-radius: 20px;
-			padding: 0 2vw;
+			padding: 0 2vw 0 5vw;
 
 			input {
 				font-size: var(--font15Size);
 				color: var(--fffColor);
 				border-radius: 14px;
 				width: 100%;
-				padding: 1.5vw 0;
+				padding: 1.5vw;
 			}
 
 			.placss {