updating page text
This commit is contained in:
parent
c4a00b6e87
commit
1e3cab85ce
6 changed files with 72 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue