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