From eab1824e5e66d6bf6319b6ee15cd8d0e735cf74d Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 10 Nov 2015 13:08:30 -0500 Subject: [PATCH] Increased cycle-slide vh80->90, part of the front content was being hidden --- scss/_cycle.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_cycle.scss b/scss/_cycle.scss index cac02d4..39f3108 100644 --- a/scss/_cycle.scss +++ b/scss/_cycle.scss @@ -43,7 +43,7 @@ } @media (min-width: 641px) and (max-height: 800px) { .cycle-slide { - height: 80vh; + height: 90vh; } .cycle-pager { text-align: center; -- 2.17.1