Update profile.css

This commit is contained in:
2026-05-29 15:35:50 +02:00
parent bd3d81e80c
commit 4d88605192
+4 -6
View File
@@ -117,11 +117,10 @@ CSS für die Profilseite
}
.profile-layout-container {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
align-items: center !important; /* Zentriert weiße Boxen untereinander */
width: 100% !important;
margin: 0 auto !important;
}
/* Erzwingt das Zentrieren der Boxen */
@@ -129,9 +128,8 @@ CSS für die Profilseite
flex: 0 1 auto !important;
width: 100% !important;
max-width: 450px !important;
margin-left: auto !important; /* Box von links in die Mitte */
margin-right: auto !important; /* Box von rechts in die Mitte */
margin-bottom: 20px !important;/* Abstand zwischen beiden Boxen */
margin: 0 auto 20px auto !important; /* Zentriert die Boxen */
box-sizing: border-box !important;
}
}