fix: hero height
This commit is contained in:
parent
18f4b1dd54
commit
698c41c0ca
@ -7,7 +7,7 @@ export default function Hero() {
|
||||
|
||||
return (
|
||||
<section className="home-section bg-dark-1 bg-dark-alpha-30 light-content scrollSpysection" id="home">
|
||||
<div className="container min-h-[70vh] d-flex align-items-center pt-100 pb-100 pt-sm-120 pb-sm-120">
|
||||
<div className="container min-h-[80vh] d-flex align-items-center pt-100 pb-100 pt-sm-120 pb-sm-120">
|
||||
{/* Background Video */}
|
||||
{/* Please replace the video file in folder "video" with your own file */}
|
||||
<div className="bg-video-wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user