mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
9 lines
152 B
SCSS
9 lines
152 B
SCSS
.container {
|
|
@apply grid gap-4 sm:grid-cols-2;
|
|
}
|
|
|
|
.colorOptions {
|
|
@apply col-span-2 mb-4;
|
|
@apply grid grid-cols-8 justify-items-center gap-y-2;
|
|
}
|