This commit is contained in:
nora 2025-07-13 12:18:53 +02:00
parent 730cf9d176
commit 34f9302061
10 changed files with 239 additions and 34 deletions

View file

@ -44,12 +44,12 @@ a[href="/"] {
margin-bottom: 20px;
}
form + :not(.fake-form) {
form:not(.fake-form) {
display: flex;
flex-direction: column;
gap: 10px;
}
.fake-form {
display: inline-block;
display: inline-block;
}