Skip to content

Commit

Permalink
docs: Add hero support for 4k monitors (#2460)
Browse files Browse the repository at this point in the history
## Description

Before on 4k monitors it was impossible to click on navbar due to hero
svg overlapping with it. In this PR we adjusted styles for this to work.

<img width="642" alt="image"
src="https://github.com/user-attachments/assets/cfe6e978-202e-41bc-9d9b-591f88ec7bea">
  • Loading branch information
patrycjakalinska authored Nov 13, 2024
1 parent 68e3d73 commit 6a95fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/Hero/ScreenSequence/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

@media (min-width: 3000px) and (min-height: 2000px) {
.screens {
top: -3vh;
min-height: 50%;
top: 3vh;
min-height: 35%;
}
}

Expand Down

0 comments on commit 6a95fe7

Please sign in to comment.