From c4910b90b4e8639a8bc5b1baab3692e98e223d29 Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Mon, 17 May 2021 09:15:08 +0200 Subject: [PATCH] fix: arrows pointing the wrong way (#42155) --- client/src/templates/Introduction/intro.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index c075ec73e4..edafb3e1c7 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -203,12 +203,8 @@ button.map-title { stroke: var(--color-quaternary); } -.map-title svg:first-child { - transform: rotate(90deg); -} - .open > .map-title svg:first-child { - transform: rotate(-90deg); + transform: rotate(90deg); } .map-challenges-ul {