Site :
- Fix some bugs on all responsive front
This commit is contained in:
@ -68,6 +68,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 9vw;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.skin-select{
|
||||
@ -330,7 +331,7 @@ body {
|
||||
margin-block: 25px;
|
||||
padding: 0;
|
||||
padding-inline: 50px;
|
||||
gap: 5rem;
|
||||
gap: 2rem;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
inset-inline: 0;
|
||||
|
@ -269,7 +269,6 @@
|
||||
|
||||
#profil .profile-section {
|
||||
flex-direction: column;
|
||||
|
||||
}
|
||||
|
||||
#profil .profile-image {
|
||||
|
@ -4,7 +4,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
height: 80vh;
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
|
Reference in New Issue
Block a user