From: Laury GvR Date: Fri, 15 Apr 2016 16:29:43 +0000 (-0400) Subject: Blocks styling title X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1c5f2649161a4a4b512fe36efb756000b02d1882;p=WP-Themes%2Fgaslightmedia.git Blocks styling title --- diff --git a/css/app.css b/css/app.css index 767cd60..de1b87c 100644 --- a/css/app.css +++ b/css/app.css @@ -6611,6 +6611,8 @@ h2#block-title { float: none; margin: 0 auto; width: 90%; } + .blocks .block .block-text h4 { + margin-top: 65px; } .blocks .overlay:hover:before { position: absolute; content: ''; diff --git a/scss/_main.scss b/scss/_main.scss index b6af2fd..c3bd1b5 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -119,6 +119,9 @@ h2#block-title { float: none; margin: 0 auto; width: 90%; + h4 { + margin-top: 65px; + } } } & .overlay {