mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
7 lines
98 B
CSS
7 lines
98 B
CSS
.container {
|
|
z-index: 10;
|
|
|
|
@apply w-full h-screen overflow-scroll p-8;
|
|
@apply grid gap-8;
|
|
}
|