Skip to content

Commit

Permalink
Changed Hero Section size
Browse files Browse the repository at this point in the history
  • Loading branch information
devalentineomonya committed Mar 13, 2024
1 parent c7a5e6e commit 51cd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.hero-section {
top: -100px;
z-index: 1;
height: calc(120vh + 160px);
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 51cd8fd

Please sign in to comment.