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