1
0
forked from PGL/Clyde

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