Merge branch 'main' of github.com:Kum1ta/PTME_Transcendence

This commit is contained in:
Kum1ta
2024-10-08 20:10:14 +02:00
4 changed files with 5 additions and 4 deletions

View File

@ -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;

View File

@ -269,7 +269,6 @@
#profil .profile-section {
flex-direction: column;
}
#profil .profile-image {

View File

@ -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;