Totally original css and js, totally not "borrowed" from twip-network.org

This commit is contained in:
Bruno Rybársky 2024-02-06 19:51:46 +01:00
parent 5ad3c77fa3
commit dafe34665c

@ -199,8 +199,18 @@ ul.navpage_list
gap:3.25rem; gap:3.25rem;
} }
#toggle_button {
position: absolute;
right: 1.5rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 2rem;
height: 1.5rem;
}
@media (max-width: 500px) { @media (max-width: 500px) {
.toggle-button { #toggle_button {
display: flex; display: flex;
} }
#navsite_list { #navsite_list {
@ -208,11 +218,11 @@ ul.navpage_list
flex-direction: column; flex-direction: column;
} }
.nav-links li { #navsite_list li {
text-align: center; text-align: center;
} }
.nav-links.active { #navsite_list.active {
display: flex; display: flex;
} }