This commit is contained in:
Richard Mikloš 2024-02-07 10:47:52 +01:00
parent 457bdfae7b
commit 06551b50f1

@ -218,12 +218,10 @@ 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 {
text-align: center; text-align: center;
width: 100%;
} }
#navsite_list.active { #navsite_list.active {
@ -233,7 +231,6 @@ ul.navpage_list
background-color:rgba(0,0,0,0.6); background-color:rgba(0,0,0,0.6);
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
top: 80px; top: 80px;
width: 100%;
} }
nav { nav {