General styles

This commit is contained in:
Fede Álvarez 2022-05-24 16:35:52 +02:00
parent 87e8d63016
commit 570860e6f8
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,10 @@
min-height: calc(var(--vh) * 100);
.video_container {
@include respond-to('mobile') {
min-height: unset;
}
position: relative;
align-self: center;
width: 102%;

View File

@ -23,6 +23,7 @@
.video_container {
@include respond-to('mobile') {
margin-top: unset;
min-height: unset;
}
align-self: center;