Skip to content

Commit 6a95fe7

Browse files
docs: Add hero support for 4k monitors (#2460)
## 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">
1 parent 68e3d73 commit 6a95fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/Hero/ScreenSequence/styles.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
@media (min-width: 3000px) and (min-height: 2000px) {
2525
.screens {
26-
top: -3vh;
27-
min-height: 50%;
26+
top: 3vh;
27+
min-height: 35%;
2828
}
2929
}
3030

0 commit comments

Comments
 (0)