core: refonte profile

This commit is contained in:
2023-12-16 16:42:30 +01:00
parent 51059e6bf3
commit 1f41e62a86
12 changed files with 154 additions and 118 deletions

View File

@ -1,19 +1,18 @@
#app .account
#app #main .account
{
background-color: red;
}
#app .account, #app .profile
#app #main
{
width: 60%;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: column;
flex-wrap: wrap;
}
#app .profile
#app #main .profile
{
background-color: green;
}