From 54c28a89b562e28eea4dc716bf501e6f1feffcae Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Mon, 30 Sep 2024 02:32:46 +0000
Subject: [PATCH] Update file layout.html

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

diff --git a/wiki/layout.html b/wiki/layout.html
index 30e080a7..1a7c292b 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -174,8 +174,8 @@
         position: fixed;
         right: 20px;
         bottom: 30px;
-        width: 40px;
-        height: 40px;
+        width: 50px;
+        height: 50px;
         background-color: #fa8072;
         border: none;
         border-radius: 50%;
@@ -214,10 +214,10 @@
         
         .font-toggle {
         position: fixed;
-        right: 70px; /* Positioned to the left of the text size toggle */
+        right: 70px; 
         bottom: 30px;
-        width: 40px;
-        height: 40px;
+        width: 50px;
+        height: 50px;
         background-color: #fa8072;
         border: none;
         border-radius: 50%;
-- 
GitLab