css
This commit is contained in:
@@ -221,4 +221,11 @@ a, button, input, select, textarea, label, main{
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
|
||||||
|
@media (max-width: 760px) {
|
||||||
|
.form-page {
|
||||||
|
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -111,8 +111,4 @@ CSS für die Profilseite
|
|||||||
.profile-layout-container {
|
.profile-layout-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.form-container {
|
|
||||||
margin: 0 auto; /* Zentriert den gesamten Container horizontal */
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user