fix: subscription form alignment

This commit is contained in:
imperosol
2025-09-02 15:10:44 +02:00
parent fdf5e4fbe9
commit 84e2f1b45a

View File

@@ -1,4 +1,14 @@
#subscription-form form {
margin-top: 0;
.form-content {
margin-top: 0;
}
fieldset p:first-of-type, & > p:first-of-type {
margin-top: 0;
}
.form-content.existing-user {
max-height: 100%;
display: flex;