- implement work experience

- implement education
- show dynamic names in layout
This commit is contained in:
Amruth Pillai
2020-07-08 16:49:26 +05:30
parent bee6a40e9f
commit 922db70107
33 changed files with 822 additions and 169 deletions

View File

@ -29,6 +29,14 @@ section {
@apply grid grid-cols-1 gap-8;
}
label {
@apply flex flex-col;
}
label > span:first-child {
@apply mb-1 text-secondary-dark font-semibold tracking-wide text-xs uppercase;
}
#artboard {
color: #444;
}