<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------- viewport all ---------- */
@media all {
.modMainNavigation ul.nav-level-1 &gt; li {
     width: 20%;
}

}



/* ---------- viewport desktop ---------- */
@media screen {

}



/* ---------- viewport tablet ---------- */
@media only screen and (min-width : 767px) and (max-width : 1024px) {

}



/* ---------- viewport smartphone ---------- */
@media only screen and (min-width : 20px) and (max-width : 766px) {

}



</pre></body></html>