mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
🚀 release v3.0.0
This commit is contained in:
27
client/templates/Gengar/Gengar.module.scss
Normal file
27
client/templates/Gengar/Gengar.module.scss
Normal file
@ -0,0 +1,27 @@
|
||||
.page {
|
||||
@apply h-full;
|
||||
|
||||
a {
|
||||
@apply font-semibold;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply grid h-full grid-cols-6;
|
||||
|
||||
.main {
|
||||
@apply col-span-4 flex flex-col;
|
||||
|
||||
.inner {
|
||||
@apply flex h-full flex-col gap-4 p-4;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@apply col-span-2 flex h-full flex-col;
|
||||
|
||||
.inner {
|
||||
@apply flex h-full flex-col gap-4 p-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user