tentative de merge

This commit is contained in:
2023-12-16 18:00:38 +01:00
parent 86e2528d04
commit 51354d9922
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;
}