mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
14 lines
262 B
SCSS
14 lines
262 B
SCSS
.center {
|
|
@apply mx-0 flex flex-grow pt-12 lg:pt-16;
|
|
@apply transition-[margin-left,margin-right] duration-200;
|
|
@apply bg-zinc-100 dark:bg-zinc-900;
|
|
}
|
|
|
|
.wrapper {
|
|
@apply h-full w-full overflow-visible #{!important};
|
|
}
|
|
|
|
.artboard {
|
|
@apply flex gap-8;
|
|
}
|