feat: styles update

This commit is contained in:
2025-04-07 16:37:59 +03:00
parent 083a0f27c0
commit 2ef4b967f3
6 changed files with 48 additions and 30 deletions

View File

@@ -1,11 +1,19 @@
@reference "../index.scss";
.container {
@apply flex h-full w-full flex-col items-center gap-4 px-6 pt-3;
@apply flex h-full w-full flex-col items-center px-6 pt-3 md:flex-row md:items-start;
}
.header_block {
@apply flex h-[12rem] w-full flex-row justify-between;
#avatar {
@apply flex aspect-square h-40 flex-col items-center justify-center rounded-md border;
}
.profile_container {
@apply flex h-full w-full flex-col items-center;
}
.settings_block__buttons {
@apply flex w-[300px] flex-col gap-10;
}
.header_block__name {