Add submit button

This commit is contained in:
Joscha 2024-05-04 22:56:46 +02:00
parent cd6ca53030
commit d918e3f724
2 changed files with 7 additions and 0 deletions

View file

@ -76,3 +76,8 @@ label {
.i-dur {
width: 8ch;
}
button {
display: block;
margin: 0 auto;
font-size: 1.5em;
}