1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 02:41:37 +02:00

longform element: mobile: video full width

.text-pull.embed
This commit is contained in:
José Luis Antúnez
2017-03-28 15:31:05 +02:00
committed by GitHub
parent fc724175bb
commit daf4914b28

View File

@@ -3173,7 +3173,11 @@ margin-bottom: 0;
line-height: 2.4rem;
font-size: 1.6rem;
}
/* Mobile: video full width */
.text-pull.embed {
margin-right: -2.4rem;
margin-left: -2.4rem;
}
@media (min-width:1280px) {
.longform [class*="text-pull-"] {
max-width: 32%;