We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de817e commit 0d920aeCopy full SHA for 0d920ae
1 file changed
docs/src/styles/custom.css
@@ -1615,8 +1615,8 @@ main,
1615
}
1616
1617
1618
-/* Tablet-specific fixes (iPad Pro 11 at 834px) — header hamburger */
1619
-@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) {
1620
/* Hide full nav to prevent overflow; hamburger replaces it */
1621
.custom-header-links {
1622
display: none !important;
0 commit comments