From 01bed2ce3774cde03842cacf42405acb6d9382a5 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Mon, 30 Sep 2024 15:20:54 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index c33c4014..484d45f4 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -24,7 +24,7 @@ align-items: center; padding: 20px; max-width: 1200px; - margin: 160px auto 0; /* Increased top margin by 100px */ + margin: 200px auto 0; /* Increased top margin by 100px */ min-height: calc(100vh - 160px); justify-content: center; } -- GitLab