From a5b36cc002516493e268c7e9d5587f2b8522ae33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 21 Mar 2017 13:33:47 +0100 Subject: [PATCH] Quotes: changing .wall. Now: .text-quote --- static/css/base.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index c570f39..d43ada1 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -895,7 +895,7 @@ h1 svg, h2 svg, h3 svg, h4 svg { margin-top: -.8rem; } -.text-intro svg,.wall p svg,.try svg { +.text-intro svg,.text-quote p svg,.try svg { margin-top: -.4rem; } .flexblock li h2 svg,.flexblock li h3 svg {margin-top: 0; @@ -2828,7 +2828,7 @@ cite:before { content: "\2014 \2009"; margin-right: 6px; } -blockquote.wall:before { +.text-quote:before { position: absolute; top: -6.4rem; left: -.8rem; @@ -2842,14 +2842,14 @@ blockquote.wall:before { } @media (min-width:768px) { - blockquote.wall { + .text-quote { padding-left: 8rem; } - blockquote.wall p { + .text-quote p { font-size: 3.2rem; line-height: 4.8rem; } - blockquote.wall:before { + .text-quote:before { top: -3.2rem; left: .8rem; }