From 5bb406dd4eadd1e3f7e4304c13cbd1a3f2b63a24 Mon Sep 17 00:00:00 2001
From: Nini Hsu <n1020046@gmail.com>
Date: Fri, 27 Sep 2024 12:28:56 +0800
Subject: [PATCH] width

---
 wiki/pages/education.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/pages/education.html b/wiki/pages/education.html
index e67dcad..7a006b9 100644
--- a/wiki/pages/education.html
+++ b/wiki/pages/education.html
@@ -81,7 +81,7 @@
     align-items: center;
     overflow-x: scroll; /* Enable horizontal scrolling */
     white-space: nowrap; /* Prevent line breaks in the container */
-    width: 90vw; /* Full viewport width */
+    width: 80vw; /* Full viewport width */
     padding: 20px 0; /* Add some space above and below the posters */
 }
 
-- 
GitLab