Skip to content

Commit

Permalink
style: hight
Browse files Browse the repository at this point in the history
  • Loading branch information
amolsasane committed Jul 24, 2024
1 parent 82c0103 commit fa70a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const LandingPage = () => {
return (
<div>
<div
className="text-white min-h-[65vh] lg:min-h-[90vh] bg-cover relative z-10"
className="text-white h-[40rem] lg:min-h-[30rem] bg-cover relative z-10"
style={{
backgroundImage: `linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(${bgImage})`,
}}
Expand Down

0 comments on commit fa70a7e

Please sign in to comment.