fixed style

This commit is contained in:
Karma Riuk
2025-05-18 22:49:05 +02:00
parent 9bf9e2adea
commit dca544c5aa

View File

@ -30,6 +30,11 @@ fieldset {
padding: 1em;
}
fieldset input[type="text"] {
flex-grow: 1;
max-width: 36ch;
}
button {
padding: 0.5em 1em;
cursor: pointer;