From a923a1572b5bc85868979b28763ed8400638c8bf Mon Sep 17 00:00:00 2001 From: zuoban <1061669148@qq.com> Date: Sun, 29 Jun 2025 11:54:14 +0800 Subject: [PATCH] feat: update footer to include GitHub link and clean up CSS comments --- web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/index.html b/web/templates/index.html index 344745e..b7013b3 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -39,7 +39,7 @@ height: 2px; width: 150vw; /* 增加宽度确保激光覆盖旋转后的视口 */ transform-origin: 0 0; - left: -25vw; /* 偏移,确保即使旋转也能覆盖整个屏幕 */ + left: -25vw; } .laser-beam:nth-child(2n) { @@ -1147,7 +1147,7 @@