Update dev server
This commit is contained in:
@@ -377,6 +377,22 @@ a:hover {
|
||||
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 {
|
||||
background: #FDFFFF;
|
||||
padding: 0 150px;
|
||||
@@ -669,7 +685,7 @@ html, body {
|
||||
}
|
||||
@media screen and (max-width: 850px) {
|
||||
#header {
|
||||
height: 5vh;
|
||||
height: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -828,7 +844,7 @@ html, body {
|
||||
}
|
||||
@media screen and (max-width: 850px) {
|
||||
#container {
|
||||
height: 95vh;
|
||||
height: calc(100vh - 45px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user