mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): fix nav menu for tablets (#63990)
Make broken nav menu visible for tablets. PR Close #63990
This commit is contained in:
parent
e49121e044
commit
e628c8e889
1 changed files with 4 additions and 0 deletions
|
|
@ -62,6 +62,10 @@
|
|||
.adev-nav {
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
||||
@include mq.for-tablet-landscape-down {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@include mq.for-tablet-landscape-up {
|
||||
|
|
|
|||
Loading…
Reference in a new issue