From 3e56b2d41f8d456615c84522375c7930d7fe0b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 10 Jan 2021 21:51:27 +0100 Subject: [PATCH] Change Location circle start size (when hovering) --- src/style/molecules/_location.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/molecules/_location.scss b/src/style/molecules/_location.scss index a4a2c69..a903753 100644 --- a/src/style/molecules/_location.scss +++ b/src/style/molecules/_location.scss @@ -80,7 +80,7 @@ z-index: 1; top: 50%; left: 50%; - transform: scale(0.6) translate(-50%, -50%) translateZ(0); + transform: scale(0.85) translate(-50%, -50%) translateZ(0); transform-origin: 0 0; display: block; width: 184px;