fixed margins video

This commit is contained in:
Tancre 2020-11-25 12:21:18 +01:00
parent cf5eb9813d
commit 8ec16a639e
3 changed files with 69 additions and 71 deletions

View File

@ -6,7 +6,6 @@
} }
&--b-margin-external { &--b-margin-external {
@include atMedium() { @include atMedium() {
margin-bottom: -140px; margin-bottom: -140px;
} }
@ -48,12 +47,11 @@
} }
} }
&--b-margin { &--b-margin {
margin-bottom: 70px; margin-bottom: 70px;
@include atMedium { @include atMedium {
margin-bottom: -140px; margin-bottom: -155px;
} }
} }

View File

@ -16,7 +16,7 @@
} }
@include atLarge { @include atLarge {
padding-bottom: 54.5%; padding-bottom: 55.7%;
margin-right: 0px; margin-right: 0px;
margin-left: 0px; margin-left: 0px;
} }

View File

@ -767,7 +767,7 @@ a {
} }
@media (min-width: 800px) { @media (min-width: 800px) {
.page-section--b-margin-external { .page-section--b-margin-external {
margin-bottom: -140px; margin-bottom: -155px;
} }
} }
.page-section--tb-padding { .page-section--tb-padding {
@ -1008,7 +1008,7 @@ a {
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.video-container { .video-container {
padding-bottom: 54.5%; padding-bottom: 55.7%;
margin-right: 0px; margin-right: 0px;
margin-left: 0px; margin-left: 0px;
} }