Make navsite_list only full with when mobile

This commit is contained in:
Bruno Rybársky 2024-02-07 18:07:54 +01:00
parent 811871f518
commit b5ca251d10

@ -192,11 +192,10 @@ ul.navpage_list
max-height:0;
transition-delay:.1s;
}
#navsite_list, .navsite_list
#navsite_list
{
display:flex;
flex-direction:row;
width: 100%;
gap:3.25rem;
}
@ -218,6 +217,7 @@ ul.navpage_list
display: none;
position: fixed;
flex-direction: column;
width: 100%;
}
#navsite_list li {