dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 7 additions and 4 deletions
Showing only changes of commit 838b13e39f - Show all commits
+7
View File
@@ -221,4 +221,11 @@ a, button, input, select, textarea, label, main{
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
box-sizing: border-box;
}
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
@media (max-width: 760px) {
.form-page {
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
}
}
-4
View File
@@ -111,8 +111,4 @@ CSS für die Profilseite
.profile-layout-container {
flex-direction: column;
}
.form-container {
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
width: 100%;
}
}