From b3e716a9f7f6344a7f5f51e2c35a8734bac138b4 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 7 Jan 2016 14:08:36 -0500 Subject: [PATCH] edits to arrow position on hover --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } } } -- 2.17.1