'headernav'

This commit is contained in:
ken 2023-05-16 20:45:14 +08:00
parent d93a5fa616
commit 610e812234
1 changed files with 4 additions and 1 deletions

View File

@ -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;