Update style.css

just so you can click over the label to get the focus on the input
pull/40/head
Boub 4 years ago committed by GitHub
parent 2c455d26f3
commit 656fdb3122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,6 +72,8 @@ body {
padding: 15px 0;
font-size: 18px;
color: #fff;
position: relative;
z-index: 100;
}
.form-control input:focus,

Loading…
Cancel
Save