First Implementation

This commit is contained in:
caroschulte02-alt
2026-05-13 21:44:52 +02:00
parent d497ea4fc3
commit 31af70a296
2 changed files with 59 additions and 32 deletions
+16
View File
@@ -182,3 +182,19 @@ body {
.screenreader-only {
display: none;
}
/* Allgemeine Formularseiten */
.form-page {
display: flex;
justify-content: center;
padding: 40px 20px;
}
.form-container {
width: 90%;
max-width: 600px;
padding: 30px;
background-color: white;
border: 1px solid #dbe3ec;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}