mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
12 lines
123 B
SCSS
12 lines
123 B
SCSS
.container {
|
|
@apply grid gap-4 xl:grid-cols-2;
|
|
}
|
|
|
|
.subheading {
|
|
@apply mt-2 font-medium;
|
|
}
|
|
|
|
.slider {
|
|
@apply px-6;
|
|
}
|