Put in adaptive layout for mobile. Introduce JavaScript free nav menu toggle.

This commit is contained in:
Robert Marshall 2020-03-15 10:26:41 +00:00
parent 856c1bdeee
commit 23a51bf18d

View file

@ -196,6 +196,10 @@ form {
opacity: 1; opacity: 1;
} }
[for="menu-toggle"] {
display: inline;
}
.nav-container{ .nav-container{
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;