v1.3.0 #124

Merged
DrMaxNix merged 43 commits from dev into main 2024-07-29 19:21:56 +02:00
2 changed files with 12 additions and 12 deletions
Showing only changes of commit 5cf8c4325b - Show all commits

View File

@ -13,18 +13,6 @@
flex-shrink: 1; flex-shrink: 1;
} }
.form-container {
position: relative;
width: 100%;
}
.form {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 1rem;
}
#newsletter-signup-form-mail-address { #newsletter-signup-form-mail-address {
min-width: 18rem; min-width: 18rem;
} }

View File

@ -636,6 +636,18 @@ a.box:hover {
/* FORM ELEMENTS */ /* FORM ELEMENTS */
.form-container {
position: relative;
width: 100%;
}
.form {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
gap: 1rem;
}
.key-value-pair { .key-value-pair {
display: flex; display: flex;
flex-direction: row; flex-direction: row;