put the about user in the middle

This commit is contained in:
Bartha Maxime 2024-04-22 11:58:42 +02:00
parent f2675ed764
commit 364f39c4bc

View File

@ -147,8 +147,7 @@ async function modify(){
column-gap:2.7%; column-gap:2.7%;
row-gap:45px; row-gap:45px;
grid-template-areas: grid-template-areas:
"profilPic globalInfos" "profilPic globalInfos";
"minfos minfos";
} }
.profilPic{ .profilPic{
@ -167,7 +166,8 @@ async function modify(){
display:flex; display:flex;
align-items:center; align-items:center;
justify-content:center; justify-content:center;
margin-top:5%; margin-right: auto;
margin-left: auto;
} }
.subContainer{ .subContainer{