Added new template - Leafish

This commit is contained in:
Krisjanis Lejejs
2022-04-03 20:23:06 +03:00
parent c67e2ac9f8
commit 648f182e76
7 changed files with 265 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.page {}
.container {
@apply grid grid-cols-2 gap-8 px-6 py-4;
.column {
@apply col-span-1 flex flex-col;
}
}