Base project structure

This commit is contained in:
2025-08-27 18:57:12 +03:00
parent bb4603628c
commit b6c0fec2da
44 changed files with 4765 additions and 0 deletions

View File

@ -0,0 +1,14 @@
.account {
display: flex;
width: 100vw;
height: 100vh;
max-width: 100%;
}
.account-content {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}