diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index a73d8605e7..5769587e8e 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -1615,8 +1615,8 @@ main, } } -/* Tablet-specific fixes (iPad Pro 11 at 834px) — header hamburger */ -@media (min-width: 769px) and (max-width: 900px) { +/* Tablet-specific fixes (iPad at 768px, iPad Pro 11 at 834px) — header hamburger */ +@media (min-width: 768px) and (max-width: 900px) { /* Hide full nav to prevent overflow; hamburger replaces it */ .custom-header-links { display: none !important;