14 lines
354 B
SCSS
14 lines
354 B
SCSS
@reference "../index.scss";
|
|
|
|
.container {
|
|
@apply flex h-fit min-h-full w-full flex-col items-center gap-4 pt-3 md:px-6;
|
|
}
|
|
|
|
.header {
|
|
@apply mb-3 flex w-full flex-row items-center justify-between text-xl font-semibold sm:text-3xl md:mb-12 md:text-5xl;
|
|
}
|
|
|
|
.tasks_container {
|
|
@apply flex w-full flex-col items-center gap-3 md:items-start md:gap-10;
|
|
}
|