Showing
1 changed file
with
3 additions
and
1 deletions
@@ -16,10 +16,12 @@ | @@ -16,10 +16,12 @@ | ||
16 | } | 16 | } |
17 | 17 | ||
18 | input { | 18 | input { |
19 | + box-sizing: border-box; | ||
20 | + padding-left: 26px; | ||
19 | height: 30px; | 21 | height: 30px; |
20 | width: 85%; | 22 | width: 85%; |
21 | border-radius: 15px; | 23 | border-radius: 15px; |
22 | - text-indent: 26px; | 24 | + // text-indent: 26px; |
23 | background: #fff; | 25 | background: #fff; |
24 | border: none; | 26 | border: none; |
25 | } | 27 | } |
-
Please register or login to post a comment