From 4b205be0c0049310925a79f8368e4eecbce363f2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 May 2026 19:33:51 +0900 Subject: [PATCH] Update marker size and restore marker font size --- index.html | 57 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 217f964..d3702e7 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@ body { font-family: 'Segoe UI', sans-serif; display: flex; height: 100vh; color: .num-marker { background: #2b6cb0; color: #fff; border-radius: 50%; - width: 28px; height: 28px; display: flex; align-items: center; + width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; border: 3px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.3); cursor: pointer; @@ -288,8 +288,9 @@ body { font-family: 'Segoe UI', sans-serif; display: flex; height: 100vh; color: