Skip to content

Commit

Permalink
reduce space between hero text and bubble graph
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Feb 3, 2024
1 parent b003ab0 commit e85f8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@media only screen and (min-width: 1024px) {
.hero-bg {
z-index: -1;
height: 600px;
height: 450px;
}
}

Expand Down Expand Up @@ -82,4 +82,4 @@
50% {
background-position: 50vw 0;
}
}
}

0 comments on commit e85f8d1

Please sign in to comment.