merge with server

This commit is contained in:
2023-12-11 14:55:17 +01:00
3 changed files with 34 additions and 10 deletions

View File

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