mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
12 lines
149 B
SCSS
12 lines
149 B
SCSS
.container {
|
|
@apply grid grid-cols-2 gap-4 px-6 py-4 items-start;
|
|
|
|
.main {
|
|
@apply grid gap-4;
|
|
}
|
|
|
|
.sidebar {
|
|
@apply grid gap-4;
|
|
}
|
|
}
|