Skip to content

Commit

Permalink
chore: Fix hero on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Aug 28, 2024
1 parent 48c8e96 commit b993d83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@
gap: 30px;
}

@media screen and (min-width: 768px) {
.screenshots {
max-height: 300px;
}
}

.screenshot {
width: 369px;
height: fit-content;
Expand Down

0 comments on commit b993d83

Please sign in to comment.