account page is done

This commit is contained in:
Nikolai Petukhov
2024-09-28 10:34:06 +03:00
parent 9d13f571d9
commit e6231f86b4
7 changed files with 88 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
.account-items {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 5vw;
}
.account-items img {
margin-bottom: 1vw;
}