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