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;