From 1ef8c7cb184ef7e9bea77e8b451ce94d12c786ce Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 22 Nov 2014 00:23:02 +0100 Subject: style: Fix blockquote quote placement --- src/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 1af67d9..6753c86 100644 --- a/src/style.css +++ b/src/style.css @@ -99,8 +99,8 @@ blockquote:before { content: open-quote; font-size: 5rem; position:absolute; - left: -0.4rem; - top: 1.5rem; + left: -0.1rem; + top: 1.7rem; line-height: 0.1em; color: #ccc; } @@ -108,8 +108,8 @@ blockquote:after { content: close-quote; font-size: 5rem; position:absolute; - right: -0.4rem; - bottom: -1.2rem; + right: -0.1rem; + bottom: -1.1rem; line-height: 0.1em; color: #ccc; } -- cgit v1.2.3-54-g00ecf