From d8b3e93bf4e1daed5edb3d3cc19f44f07f455163 Mon Sep 17 00:00:00 2001 From: VinhTruong2001 Date: Fri, 6 May 2022 20:22:56 +0700 Subject: [PATCH] fix: market tag position --- components/worldmap/navigation.module.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/components/worldmap/navigation.module.css b/components/worldmap/navigation.module.css index 277418b5..158d7ba3 100644 --- a/components/worldmap/navigation.module.css +++ b/components/worldmap/navigation.module.css @@ -10,15 +10,15 @@ } .marketWrap { - top: 50%; - left: 850px; + top: 56%; + left: 913px; width: 110px; - height: 110px; + height: 56px; } .workShopWrap { top: 56%; - left: 961px; + left: 960px; width: 79px; height: 100px; } @@ -54,6 +54,10 @@ background-color: transparent !important; } +.marketWrap .showLinkBtn { + width: 42% !important; +} + .navigateLink { position: absolute; bottom: 0;