From: Ian Weller Date: Thu, 7 Jan 2016 19:08:36 +0000 (-0500) Subject: edits to arrow position on hover X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b3e716a9f7f6344a7f5f51e2c35a8734bac138b4;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git edits to arrow position on hover --- diff --git a/css/app.css b/css/app.css index 6b15c1d..8d5672f 100644 --- a/css/app.css +++ b/css/app.css @@ -6691,7 +6691,7 @@ main.page-inside { content: url(../assets/arrow-down.png); right: 25px; position: absolute; - top: 25px; } + top: 10px; } .blocks #block-1 h2, .blocks #block-2 h2, .blocks #block-3 h2 { position: absolute; bottom: 5px; } diff --git a/scss/_main.scss b/scss/_main.scss index d32c7d5..f0d432f 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -154,7 +154,7 @@ main.page-inside { content: url(../assets/arrow-down.png); right: 25px; position: absolute; - top: 25px; + top: 10px; } } }