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:
committed by
GitHub
parent
fc724175bb
commit
daf4914b28
@@ -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%;
|
||||
|
Reference in New Issue
Block a user