improve new member form style

This commit is contained in:
imperosol
2025-09-13 14:44:22 +02:00
parent 966fe0ec0e
commit c7363de44f
7 changed files with 86 additions and 28 deletions

View File

@@ -0,0 +1,24 @@
#club_members_table {
tbody label {
margin: 0;
padding: 0;
}
}
#add_club_members_form {
fieldset {
display: flex;
flex-direction: row;
column-gap: 2em;
row-gap: 1em;
flex-wrap: wrap;
@media (max-width: 1100px) {
justify-content: space-evenly;
}
.errorlist {
max-width: 300px;
}
}
}