- implement duplicate resume functionality

This commit is contained in:
Amruth Pillai
2020-07-11 21:45:34 +05:30
parent 5ec1f21bd3
commit 8972a96afd
4 changed files with 33 additions and 10 deletions

View File

@ -9,5 +9,5 @@
}
.footer {
@apply mb-16 text-center opacity-50 leading-loose;
@apply mb-16 text-white text-center opacity-50 leading-loose;
}