Fix date input and make input fields smaller.

This commit is contained in:
Kevin Baensch 2021-04-21 10:46:18 +02:00
parent cd8ac6a279
commit c624723582
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 3 additions and 4 deletions

View file

@ -7,6 +7,7 @@ body {
}
input {
font-size: 0.66em;
width: 90%;
height: 100%;
}