Redo Resume Screen layout

No longer using a template that is not responsive. The new design looks
good on phones all the way to desktop sized screens.
This commit is contained in:
Cameron Cordes
2019-09-29 13:05:43 -04:00
parent 74ddb1995f
commit 05fd8750ef
2 changed files with 124 additions and 73 deletions

View File

@@ -25,6 +25,10 @@ html, body {
color: var(--nord4);
}
.light-bg {
background-color: var(--nord6);
}
.tc-1 {
color: var(--nord7)!important;
}