From 5c8e344e8810e1d89558309da526565184aa3c63 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 26 Jul 2024 04:52:38 +0000
Subject: [PATCH] Update file layout.html

---
 wiki/layout.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index a7067c0d..c90726ed 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -49,7 +49,7 @@
       }
       .sidebar {
       position: fixed;
-      left: 3px;
+      left: 5px;
       top: 280px;
       width: 160px;
       height: 40%;
@@ -75,7 +75,7 @@
 
       .progress-container {
       position: fixed;
-      left: 45px;  
+      left: 25px;  
       bottom: 90px;
       width: 60px;
       height: 60px;
@@ -102,7 +102,7 @@
 
       .team-logo {
         position: fixed;
-        left: 5px;
+        left: 7px;
         top: 200px ;
         transform: translateY(-50%);
         width: 150px;
-- 
GitLab