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