mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
8 lines
114 B
SCSS
8 lines
114 B
SCSS
.container {
|
|
@apply rounded-lg border dark:border-neutral-50/10;
|
|
|
|
.empty {
|
|
@apply py-8 text-center;
|
|
}
|
|
}
|