From 4329bc787927a3c97a6ea027fc3c0aa6250dd9ad Mon Sep 17 00:00:00 2001 From: Catherina Grace Date: Sun, 8 Sep 2024 21:57:17 +0800 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d7bcdff..2ab635b 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,8 @@ .marker { position: absolute; - width: 20px; - height: 20px; + width: 12px; + height: 12px; background-color: red; border-radius: 50%; transform: translate(-50%, -50%);