From 6635d72502002d59580d1afe5c306dbbdb7ebf17 Mon Sep 17 00:00:00 2001
From: tongwenjing <656274287@qq.com>
Date: Tue, 2 Aug 2022 15:31:28 +0800
Subject: [PATCH] Upload From local development env

---
 wiki/pages/index.html | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/wiki/pages/index.html b/wiki/pages/index.html
index e425b4c..1a66193 100755
--- a/wiki/pages/index.html
+++ b/wiki/pages/index.html
@@ -6,21 +6,23 @@
 {% block page_content %}
 
 <style type="text/css">
-	section .firstPage{
+	.firstPage{
 	    height: 100vh;
 	    width: 100vw;
-		scroll-snap-align: center;
+		scroll-snap-align: start;
 	    scroll-snap-type: y mandatory;
 	    overflow-x: hidden;
 	    overflow-y: scroll;
-		scroll-padding: 80px;
+		scroll-padding: 100px;
+		background-color: #323232;
 
 	}
 </style>
 
-<section class="firstPage">
+<div class="firstPage">
 	<h1> Cancer ! </h1>
-</section>
+</div>
+
 <p>hel1</p>
 <p>hel1</p>
 <p>hel1</p>
-- 
GitLab