updating page text

This commit is contained in:
Nye Evans 2021-01-07 10:25:40 +00:00
parent c4a00b6e87
commit 1e3cab85ce
6 changed files with 72 additions and 35 deletions

View file

@ -20,17 +20,42 @@ h1{
}
a:link, a:visited{
color: #ffd256;
text-decoration: none;
}
.textBox{
text-align: left;
font-size: 1vw;
margin-top: 3vh;
padding: 2.5vh;
}
.videoEmbed{
.videoContainer{
text-align: center;
}
iframe{
border: 2px solid #ffd256;
border-radius: 5px;
padding: 5px;
}
.backButton{
text-align: center;
font-size: clamp(20px, 2vw, 170px);
margin-top: 10vh;
}
@media (orientation:portrait){
h1{
@ -49,19 +74,6 @@ h1{
}
h2, h3, h4{
margin-top: 10vh;
margin-bottom: 10vh;
margin-left: auto;
margin-right: auto;
min-width: inherit;
max-width: inherit;
border-radius: 0;
font-size: 2.3vw;
}
}