Update profile.css
This commit is contained in:
+4
-6
@@ -117,11 +117,10 @@ CSS für die Profilseite
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-layout-container {
|
.profile-layout-container {
|
||||||
|
display: flex !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
align-items: center !important;
|
align-items: center !important; /* Zentriert weiße Boxen untereinander */
|
||||||
justify-content: center !important;
|
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin: 0 auto !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Erzwingt das Zentrieren der Boxen */
|
/* Erzwingt das Zentrieren der Boxen */
|
||||||
@@ -129,9 +128,8 @@ CSS für die Profilseite
|
|||||||
flex: 0 1 auto !important;
|
flex: 0 1 auto !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 450px !important;
|
max-width: 450px !important;
|
||||||
margin-left: auto !important; /* Box von links in die Mitte */
|
margin: 0 auto 20px auto !important; /* Zentriert die Boxen */
|
||||||
margin-right: auto !important; /* Box von rechts in die Mitte */
|
box-sizing: border-box !important;
|
||||||
margin-bottom: 20px !important;/* Abstand zwischen beiden Boxen */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user