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 {