This commit is contained in:
Richard Mikloš 2024-02-07 20:39:38 +01:00
parent 57c41c4cc2
commit 519189d54d

@ -200,6 +200,7 @@ ul.navpage_list
display:flex;
flex-direction:row;
gap:3.25rem;
text-align: center;
}
#toggle_button {
@ -221,10 +222,12 @@ ul.navpage_list
position: fixed;
flex-direction: column;
width: 100%;
text-align: center;
}
#navsite_list li {
text-align: center;
text-align: center;
}
#navsite_list.active {
@ -234,6 +237,7 @@ 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;
text-align: center;
}
nav {