feat: styles and mark tasks
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@reference "../index.scss";
|
||||
|
||||
.container {
|
||||
@apply flex h-full w-full flex-col items-center px-6 pt-3 md:flex-row md:items-start;
|
||||
@apply flex h-full w-full flex-col items-center px-6 pt-8 md:items-start;
|
||||
}
|
||||
|
||||
#avatar {
|
||||
@apply flex aspect-square h-40 flex-col items-center justify-center rounded-md border;
|
||||
@apply flex aspect-square h-[7rem] flex-col items-center justify-center rounded-full bg-white;
|
||||
}
|
||||
|
||||
.profile_container {
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
.header_block__name {
|
||||
@apply mt-5 flex h-fit w-full flex-col items-center justify-start gap-3;
|
||||
@apply flex h-fit w-full flex-1 flex-col items-center justify-start gap-3 px-10;
|
||||
}
|
||||
.settings_block {
|
||||
@apply mt-12 flex h-full w-full flex-col items-center justify-start md:mt-0 md:justify-center;
|
||||
|
||||
Reference in New Issue
Block a user