From b84655afad33602aebf13e32f5a809efaf23338a Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 9 Sep 2016 21:16:36 -0400 Subject: [PATCH] fix: adjust block divider text position --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ad8b513..407ab98 100644 --- a/style.css +++ b/style.css @@ -66,9 +66,9 @@ a { .blockDivider { display: block; - margin: -2em -1em 1em; + margin: 1em -1em -1.5em; background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.125)); - padding: 2.5em 1em 0; + padding: 0.125em 1em 1.5em; color: rgba(0,0,0,0); text-align: center; white-space: nowrap;