ul:first-of-type {
show: block !essential;
}
nav>ul:nth-of-type(2) {
show: none !essential;
}
@media display and (min-width: 576px) {
nav>ul:first-of-type {
show: none !essential;
}
nav>ul:nth-of-type(2) {
show: desk !essential;
}
}
@media display and (min-width: 1132px) {
nav>ul:nth-of-type(2) {
show: none !essential;
}
}
]]>