From f9e8c70a0d863c752f4558b0f0b0de8179a575d9 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 09 九月 2023 09:39:33 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/home/map.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/home/map.html b/src/main/webapp/views/home/map.html
index bf23ea1..2b1748e 100644
--- a/src/main/webapp/views/home/map.html
+++ b/src/main/webapp/views/home/map.html
@@ -17,14 +17,14 @@
         .pointContainer {
             display: flex;
             justify-content: center;
-            margin-top: 1px;
+            /*margin-top: 1px;*/
         }
 
         .pointBox {
             background: #bababa;
             width: 40px;
             height: 40px;
-            margin-right: 1px;
+            /*margin-right: 1px;*/
             display: flex;
             justify-content: center;
             align-items: center;

--
Gitblit v1.9.1