From db3f1bc07d17b2765b42f7041225b436d8244153 Mon Sep 17 00:00:00 2001 From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr> Date: Mon, 23 Jan 2017 12:27:00 +0100 Subject: [PATCH] ios css chevron pack --- scss/pack.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/pack.scss b/scss/pack.scss index c1436ce..cfa6834 100644 --- a/scss/pack.scss +++ b/scss/pack.scss @@ -39,6 +39,8 @@ .whiteChevron { position: absolute; right: 0; + top: 50%; + margin-top: -15px; img { height: 30px; -- GitLab