From 4e79eee06ab3eee2f5c25f7815217102b5630248 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 Aug 2017 01:56:53 +0200 Subject: arrows --- public/assets/css.css | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'public/assets/css.css') diff --git a/public/assets/css.css b/public/assets/css.css index 04e26da..468d69f 100644 --- a/public/assets/css.css +++ b/public/assets/css.css @@ -154,15 +154,21 @@ h2 { #left { position: absolute; - top: 0; right: 94vw; + top: 2vw; left: 2vw; max-width: 5vw; - height: 30vh; + height: 100%; + max-height: 82vh; + cursor: pointer; + z-index: 2; } #right { position: absolute; - top: 0; left: 94vw; + top: 2vw; right: 2vw; max-width: 5vw; - height: 30vh; + height: 100%; + max-height: 82vh; + cursor: pointer; + z-index: 2; } /* TESTIMONIALS */ @@ -205,12 +211,4 @@ h2 { #testimonials { margin: 0; } - #left { - left: -3vw; - right: auto; - } - #right { - left: auto; - right: -3vw; - } } -- cgit v1.2.3-70-g09d2