'headernav'

main
ken 4 months ago
parent d93a5fa616
commit 610e812234

@ -397,9 +397,12 @@ a#content{
}
}
.header-nav{
@media(min-width: 80px){
@media(min-width: 768px){
display: flex!important;
}
@media(min-width: 80px)and(max-width: 767px){
display: block!important;
}
}
.layout-header .header-nav a{
text-shadow: none;

Loading…
Cancel
Save