cv formatting, reworking back button on some pages, minor fixes

This commit is contained in:
Nye Evans 2021-01-16 12:25:35 +00:00
parent 31a7ee2818
commit 332f85529a
7 changed files with 68 additions and 11 deletions

View file

@ -49,10 +49,18 @@ iframe{
}
.backButton{
text-align: center;
font-size: clamp(20px, 2vw, 170px);
margin-top: 10vh;
margin-bottom: 5vh;
text-decoration: none;
}
#backButtonContainer{
text-align: center;
margin-bottom: 7vh;
margin-top: 7vh;
}