feat: styles update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user