mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
10 lines
122 B
SCSS
10 lines
122 B
SCSS
.page {}
|
|
|
|
.container {
|
|
@apply grid grid-cols-2 gap-8 px-6 py-4;
|
|
|
|
.column {
|
|
@apply col-span-1 flex flex-col;
|
|
}
|
|
}
|