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