Notizfeld und CSS

This commit is contained in:
2026-03-30 01:19:39 +02:00
parent 4c94066bf9
commit b34bfb0a47
8 changed files with 126 additions and 50 deletions

View File

@@ -0,0 +1,9 @@
.notes-input {
width: 100%;
min-width: 150px;
height: 4em;
}
.first-name-input, .last-name-input, .location-input {
width: 100%;
min-width: 80px;
}