General styles
This commit is contained in:
parent
87e8d63016
commit
570860e6f8
@ -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%;
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
.video_container {
|
||||
@include respond-to('mobile') {
|
||||
margin-top: unset;
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
align-self: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user