This commit is contained in:
2026-05-29 15:23:09 +02:00
parent f63a2be01a
commit 483dd4182e
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -229,4 +229,8 @@ a, button, input, select, textarea, label, main{
justify-content: center; justify-content: center;
padding: 20px 10px; padding: 20px 10px;
} }
.form-container {
width: 100%;
max-width: 500px;
}
} }
+3
View File
@@ -110,5 +110,8 @@ CSS für die Profilseite
@media (max-width: 760px) { @media (max-width: 760px) {
.profile-layout-container { .profile-layout-container {
flex-direction: column; flex-direction: column;
align-items: center;
width: 100%;
} }
} }