From 30a33c6d343f73ce105d3ed373407f184ab37e0d Mon Sep 17 00:00:00 2001
From: zxa666 <zxadeguge@gmail.com>
Date: Tue, 10 Sep 2024 23:53:31 +0800
Subject: [PATCH] fix:quick fix

---
 src/containers/App/App.css | 2 +-
 src/contents/home.tsx      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 5c5fcee..3366a43 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -302,7 +302,7 @@ footer a:hover {
 
 .promotion-video {
   width: 100%;
-  height: auto; /* 设置高度为视口高度的80% */
+  height: 100%; /* 设置高度为视口高度的80% */
   border: none; 
   border-radius: 30px; /* 圆角效果 */
 }
diff --git a/src/contents/home.tsx b/src/contents/home.tsx
index 30dd45d..81504d1 100644
--- a/src/contents/home.tsx
+++ b/src/contents/home.tsx
@@ -61,7 +61,7 @@ export function Home() {
           </div>
 
           <div className="row full-height-element">
-            <p className="center-text h1">Stream our Promotion Video</p>
+            <p className="center-text h1 pb-0 mb-0">Stream our Promotion Video</p>
             <div className="col-1"></div>
             <div className="col-10 mb-5">
                 <iframe 
-- 
GitLab