fix map nav responsive #2221
This commit is contained in:
@@ -124,12 +124,36 @@ body{
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1300px) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@media screen and (max-width: 1300px) {
|
||||
ul{
|
||||
gap: 0.5em;
|
||||
li{
|
||||
margin:0;
|
||||
a{
|
||||
span.label{
|
||||
display: none;
|
||||
}
|
||||
|
||||
span.icon {
|
||||
width:2em;
|
||||
height:2em;
|
||||
border-radius: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 880px) {
|
||||
ul{
|
||||
flex-flow: column;
|
||||
width:fit-content;
|
||||
margin: 0;
|
||||
li{
|
||||
a{
|
||||
span.icon{}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user