docs(docs-infra): fix nav menu for tablets (#63990)

Make broken nav menu visible for tablets.

PR Close #63990
This commit is contained in:
hawkgs 2025-09-22 12:34:26 +03:00 committed by Jessica Janiuk
parent e49121e044
commit e628c8e889

View file

@ -62,6 +62,10 @@
.adev-nav {
width: 0;
height: 0;
@include mq.for-tablet-landscape-down {
width: 100%;
}
}
@include mq.for-tablet-landscape-up {