From b788a2653fe639493166b517bd741d656e8ab074 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Apr 2016 09:40:51 -0400 Subject: [PATCH] increased the clickable radius on the slideshow images --- css/app.css | 7 +++---- scss/_slideshow.scss | 10 +++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 5d8779b..8b484c5 100644 --- a/css/app.css +++ b/css/app.css @@ -6715,13 +6715,12 @@ h2#block-title { #slideshow .nivo-caption { background: transparent; position: absolute; - max-width: 1200px; - left: 0; - right: 0; + left: 15%; float: none; margin: 0 auto; top: 10%; - max-height: 310px; } + max-height: 310px; + width: auto; } @media screen and (max-width: 1199px) { #slideshow .nivo-caption { width: 500px; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index eec6422..b0f84bf 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -53,13 +53,14 @@ .nivo-caption { background: transparent; position: absolute; - max-width: 1200px; - left: 0; - right: 0; +// max-width: 1200px; + left: 15%; +// right: 0; float: none; margin: 0 auto; top: 10%; max-height: 310px; + width: auto; @media screen and (max-width: 1199px) { width: 500px; margin: 0; @@ -115,3 +116,6 @@ } } } +#slideshow .nivo-caption { + +} -- 2.17.1