From 3cadbaa129d2671e5260908c0014054f8ed3d6cb Mon Sep 17 00:00:00 2001 From: candice Date: Wed, 31 May 2023 12:02:32 +0800 Subject: [PATCH] 11 --- css/mobile-first.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/mobile-first.css b/css/mobile-first.css index d967a36..613abdf 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1845,8 +1845,9 @@ display: block; margin-bottom: 10px; } .numberBtn { -width: 100%; -overflow: hidden; + width: 100%; + display: flex; + margin-top: 10px; } .minaddBtn { background: #FFF; @@ -1858,7 +1859,7 @@ font-size: 35px; margin-top: 5px; cursor: pointer; padding: 5px 10px 5px 10px !important; -margin-right: 5px; +margin-right: 10px; } .kidNum, .number { width: 45% !important; @@ -1868,8 +1869,9 @@ border-radius: 4px; height: 30px; font-size: 25px; position: relative; -top: -5px; +top: -3px; padding: 10px !important; +margin-right: 10px; } .kids_age { float: left;