From e7183d6fa2c97a075c257f360d31efd28b152cbf Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Mon, 30 Sep 2024 09:43:34 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 512d28cc..85696c77 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -2,8 +2,9 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/x-icon" href="https://static.igem.wiki/teams/5187/art/icon.png"> + <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/> <title>Tsinghua - IGEM 2024</title> <style> body { @@ -19,7 +20,13 @@ background-position: center; background-repeat: no-repeat; } - + h2 { + scroll-margin-top: 60px; + } + .row.mt-4 { + margin-right: 100px; + margin-left: 130px; + } .content-wrapper { padding-top: 60px; position: relative; -- GitLab