From de5b3b133cda125b825060e26a70b337470dafbb Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 Nov 2016 15:34:43 -0500 Subject: [PATCH] removing arrows and slideshow image caption from mobile view to save space --- css/app.css | 2 +- scss/plugins/_metaSlider.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index fe7b01d..61d5d95 100644 --- a/css/app.css +++ b/css/app.css @@ -6686,7 +6686,7 @@ nav.top-bar { left: 84%; right: 0; } #slideshow .theme-default a.nivo-prevNav { - left: 70%; + left: 72%; right: 0; } } @media only screen and (max-width: 40em) { #slideshow .theme-default a.nivo-nextNav { diff --git a/scss/plugins/_metaSlider.scss b/scss/plugins/_metaSlider.scss index bc512cc..43c8c7f 100644 --- a/scss/plugins/_metaSlider.scss +++ b/scss/plugins/_metaSlider.scss @@ -55,7 +55,7 @@ right: 0; } .theme-default a.nivo-prevNav { - left: 70%; + left: 72%; right: 0; } } -- 2.17.1