Compare commits

...

2 Commits

@ -107,7 +107,7 @@
border-radius: 10px;
}
.map-container {
height: 380px;
height: calc(100vh - 600px);
}
.map-container-content {

@ -64,7 +64,7 @@
width: 500px;
margin-left: 20px;
.original-video {
height: 380px;
height: 40vh;
background: linear-gradient(180deg, rgba(13, 25, 45, 0.87) 0%, #182f4e 100%);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 6, 0.15);
border-radius: 6px;
@ -72,7 +72,7 @@
}
.testing-video {
margin-top: 10px;
height: 380px;
height: 40vh;
background: linear-gradient(180deg, rgba(13, 25, 45, 0.87) 0%, #182f4e 100%);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 6, 0.15);
border-radius: 6px;
@ -84,10 +84,10 @@
margin: 0 20px;
border-bottom: 1px solid #4e5778;
}
.player{
video{
margin-left: 10px;
}
.player {
video {
margin-left: 10px;
}
}
}
</style>

Loading…
Cancel
Save