From 7376b636aecf6b0a0863ed33e0fb00d00ddd3765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 28 Mar 2017 12:12:33 +0200 Subject: [PATCH] longform pulls: fixing margins --- static/css/base.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 5583452..acb0637 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1137,19 +1137,16 @@ p.text-subtitle svg {vertical-align: text-top;} font-size: 2.4rem; line-height: 4rem; font-weight: 400; - margin-right: 3.2rem; + margin-right: 2.4rem; margin-bottom: 3.2rem; - margin-left: 3.2rem; + margin-left: 2.4rem; } [class*="text-pull-"] { padding-top: 1.4rem; margin-top: .8rem; - -} -blockquote[class*="text-pull-"] { -margin-bottom: 0; } + @media (min-width: 1024px) { [class*="text-pull"] { margin-right: -4.8rem; @@ -1162,11 +1159,13 @@ margin-bottom: 0; } .text-pull-right { float: right; - margin-right: -3.2rem; + margin-right: -2.4rem; + margin-left: 2.4rem; } .text-pull-left { float: left; - margin-left: -3.2rem; + margin-left: -2.4rem; + margin-right: 2.4rem; } } img[class*="text-pull-"],figure[class*="text-pull-"] {