This commit is contained in:
James 2020-03-28 09:46:12 +00:00
parent c6e81d3e63
commit 2850ec17ee

View File

@ -46,6 +46,8 @@ body::before {
} }
*/ */
/* desktop */
@media (min-width: 768px) { /* desktop */
.navigation, .navigation,
.navigation>ul, .navigation>ul,
.navigation>ul>.level0{ .navigation>ul>.level0{
@ -60,3 +62,4 @@ body::before {
position: static !important; position: static !important;
display: block !important; display: block !important;
} }
}