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