Skip to content
Snippets Groups Projects
Commit 30a33c6d authored by Xingan Zhao's avatar Xingan Zhao
Browse files

fix:quick fix

parent 46365610
Branches main
No related tags found
No related merge requests found
Pipeline #417707 passed
......@@ -302,7 +302,7 @@ footer a:hover {
.promotion-video {
width: 100%;
height: auto; /* 设置高度为视口高度的80% */
height: 100%; /* 设置高度为视口高度的80% */
border: none;
border-radius: 30px; /* 圆角效果 */
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment