Update dev server
This commit is contained in:
@@ -377,6 +377,22 @@ a:hover {
|
|||||||
border: solid 1px black;
|
border: solid 1px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#video {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
background: linear-gradient(to left, #1d60b5, #3b8fff);
|
||||||
|
}
|
||||||
|
#video video {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
#video h1 {
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
font: 600 2.5vw "Montserrat", sans-serif;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background: #FDFFFF;
|
background: #FDFFFF;
|
||||||
padding: 0 150px;
|
padding: 0 150px;
|
||||||
@@ -669,7 +685,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
#header {
|
#header {
|
||||||
height: 5vh;
|
height: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -828,7 +844,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
#container {
|
#container {
|
||||||
height: 95vh;
|
height: calc(100vh - 45px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user