Make appeal form centered and create landing page

This commit is contained in:
2025-08-05 20:17:37 +02:00
parent d2e064e2b4
commit fcb64db137
3 changed files with 23 additions and 7 deletions
@@ -14,3 +14,11 @@ main {
flex-direction: column;
overflow-y: auto;
}
.formPage {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin: auto;
}