Skip to content

Commit

Permalink
change height of hero banner image (#788)
Browse files Browse the repository at this point in the history
Co-authored-by: Park Se Hyun <>
  • Loading branch information
sehyunidaaa authored Oct 18, 2024
1 parent 8965300 commit 3c26450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const HeroBlock = ({
</div>
</div>
<div
className="h-[500px] bg-cover bg-center bg-no-repeat lg:h-auto lg:max-h-full lg:w-1/2"
className="h-80 bg-cover bg-center bg-no-repeat lg:h-auto lg:max-h-full lg:w-1/2"
style={{
backgroundImage: `url('${backgroundSrc}')`,
}}
Expand Down

0 comments on commit 3c26450

Please sign in to comment.