From 78ddd52ca6152451746745197e346a6fc4db3374 Mon Sep 17 00:00:00 2001 From: claustra01 Date: Sun, 11 Aug 2024 13:26:32 +0900 Subject: [PATCH] update: target overlay size --- src/pages/yatai/index.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/yatai/index.module.css b/src/pages/yatai/index.module.css index 92e0fed..660bbcf 100644 --- a/src/pages/yatai/index.module.css +++ b/src/pages/yatai/index.module.css @@ -17,6 +17,6 @@ .target { position: absolute; z-index: 1; - width: 50px; - height: 50px; + width: 100px; + height: 100px; }