mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
8 lines
111 B
SCSS
8 lines
111 B
SCSS
.container {
|
|
@apply rounded-lg border dark:border-zinc-50/10;
|
|
|
|
.empty {
|
|
@apply py-8 text-center;
|
|
}
|
|
}
|