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;