Skip to content

Commit 0d920ae

Browse files
authored
Fix 1px header nav gap at iPad 768px breakpoint (#28146)
1 parent 2de817e commit 0d920ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/styles/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,8 +1615,8 @@ main,
16151615
}
16161616
}
16171617

1618-
/* Tablet-specific fixes (iPad Pro 11 at 834px) — header hamburger */
1619-
@media (min-width: 769px) and (max-width: 900px) {
1618+
/* Tablet-specific fixes (iPad at 768px, iPad Pro 11 at 834px) — header hamburger */
1619+
@media (min-width: 768px) and (max-width: 900px) {
16201620
/* Hide full nav to prevent overflow; hamburger replaces it */
16211621
.custom-header-links {
16221622
display: none !important;

0 commit comments

Comments
 (0)