Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JortWillemsen committed Feb 25, 2024
1 parent a34569f commit 98e7f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import NewProject from "../new-project/new-project.astro";
margin-top: 50px;
z-index: 999;

@media (max-width: 800px) {
@media (max-width: 1300px) {
display: none;
}
}
Expand Down

0 comments on commit 98e7f97

Please sign in to comment.