Update style.css

just so you can click over the label to get the focus on the input
This commit is contained in:
Boub 2020-12-31 16:04:43 +01:00 committed by GitHub
parent 2c455d26f3
commit 656fdb3122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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