Update dev server

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-20 17:34:48 +03:00
parent c34c22f3e4
commit 45d3c56e02

View File

@@ -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);
}
}