Changes

Jump to navigation Jump to search
212 bytes added ,  00:40, 9 December 2021
Created page with "→‎Hide numbers in table of content: .tocnumber { display: none; } @media (max-width: 730px) { .header-nav-m { flex-direction: column; } } @media (max-width: 900px) {..."
/* Hide numbers in table of content */
.tocnumber {
display: none;
}

@media (max-width: 730px) {
.header-nav-m {
flex-direction: column;
}
}

@media (max-width: 900px) {
.header-nav-m {
clear: both;
}
}

Navigation menu