cv formatting, reworking back button on some pages, minor fixes
This commit is contained in:
parent
31a7ee2818
commit
332f85529a
7 changed files with 68 additions and 11 deletions
|
@ -45,7 +45,6 @@ li{
|
|||
|
||||
a:link, a:visited{
|
||||
color: #ffd256;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.backButton{
|
||||
|
@ -56,11 +55,18 @@ a:link, a:visited{
|
|||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#cvBody{
|
||||
|
@ -75,7 +81,8 @@ a:link, a:visited{
|
|||
|
||||
border: solid 2px #ffd256;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
padding: 10px;
|
||||
padding-bottom: 7vh;
|
||||
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
@ -85,6 +92,7 @@ a:link, a:visited{
|
|||
grid-row: 1;
|
||||
border-bottom: solid 2px #ffd256;
|
||||
|
||||
text-align: left;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
@ -115,6 +123,8 @@ a:link, a:visited{
|
|||
-moz-text-size-adjust: none;
|
||||
-ms-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
@ -126,6 +136,7 @@ a:link, a:visited{
|
|||
|
||||
h2{
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
|
@ -146,6 +157,15 @@ a:link, a:visited{
|
|||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.backButton{
|
||||
font-size: clamp(20px, 4vw, 170px);
|
||||
|
||||
margin-top: 10vh;
|
||||
margin-bottom: 5vh;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#introText{
|
||||
grid-column: 1/3;
|
||||
grid-row: 1;
|
||||
|
@ -162,6 +182,7 @@ a:link, a:visited{
|
|||
font-size: 3vw;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue