- implementing hobby, language and reference sections

- dynamic template selection
This commit is contained in:
Amruth Pillai
2020-07-09 10:41:16 +05:30
parent 9045e2983d
commit 9e98da038c
38 changed files with 470 additions and 187 deletions
@@ -1,8 +1,8 @@
.container {
.listItem {
@apply flex items-center justify-between border-t border-secondary px-6 py-5;
}
.container:first-child {
.listItem:first-child {
@apply border-t-0;
}
@@ -11,7 +11,7 @@
@apply transition-opacity duration-200 ease-in-out;
}
.container:hover .menu {
.listItem:hover .menu {
@apply opacity-100;
@apply transition-opacity duration-200 ease-in-out;
}