mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 20:21:32 +10:00
🚀 release v3.0.0
This commit is contained in:
19
client/templates/Kakuna/Kakuna.module.scss
Normal file
19
client/templates/Kakuna/Kakuna.module.scss
Normal file
@ -0,0 +1,19 @@
|
||||
.page {
|
||||
@apply px-6 py-4;
|
||||
|
||||
a {
|
||||
@apply font-bold;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply grid gap-4 text-center;
|
||||
|
||||
.main {
|
||||
@apply grid gap-4;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
@apply grid gap-4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user