1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-23 21:33:09 +02:00

longform pulls: negative margins

This commit is contained in:
José Luis Antúnez
2017-03-28 12:33:48 +02:00
committed by GitHub
parent 7376b636ae
commit fc724175bb

View File

@@ -3179,10 +3179,10 @@ font-size: 1.6rem;
max-width: 32%;
}
.longform .text-pull-right {
margin-right:-240px;
margin-right:-256px;
}
.longform .text-pull-left {
margin-left:-240px;
margin-left:-256px;
}
}
@media (min-width:1024px) {