Skip to content

Commit

Permalink
Change type
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmersThomas committed Aug 13, 2023
1 parent 245e9d4 commit cf09ef8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions sections/video-banner.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@
}
{% endschema %}
{% stylesheet %}


@media screen and (max-width: 749px) {
.video-wrapper{
padding-bottom: 34rem;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
.video-wrapper{
padding-bottom: 56rem;
}
}

@media screen and (min-width: 990px) {
.video-wrapper{
padding-bottom: 56rem;
}
}
.video-wrapper {
/* Telling our absolute positioned video to
be relative to this element */
Expand Down

0 comments on commit cf09ef8

Please sign in to comment.