- creating the right sidebar

- designing the artboard
- optimizing dark mode performance
- optimizing input onChange handler
This commit is contained in:
Amruth Pillai
2020-07-05 11:34:32 +05:30
parent 6f66181c17
commit 202c7f5ad4
28 changed files with 285 additions and 108 deletions

View File

@ -24,5 +24,9 @@ a:hover {
}
hr {
@apply w-full h-1;
@apply w-full border-secondary h-1;
}
section {
@apply grid grid-cols-1 gap-8;
}