Commit 450dc69b authored by Goutte's avatar Goutte

Abandon the destop nav, use only the mobile nav.

parent 2d426bae
pages @ 9a121e7a
Subproject commit 9550351bec7f30c30cf60bb7aa39328c761146a4
Subproject commit 9a121e7aa2545544d34fcc4fa63958713cd2dad8
......@@ -175,32 +175,44 @@ iframe.geogebra {
opacity: .95;
}
.mobile-menu details,
.mobile-menu ul {
text-align: left;
word-break: break-word;
line-height: 1.8rem;
line-height: 2rem;
font-size: 1.8rem;
padding: 0;
margin: 0;
}
.mobile-menu details {
border-top: 1px solid #424242;
border-left: 1px solid #424242;
border-bottom: 1px solid #424242;
border-top-left-radius: 0.618rem;
padding-bottom: 0.1em;
}
.mobile-menu ul ul ul {
line-height: 1.4rem;
font-size: 1.4rem;
}
.mobile-menu li summary {
padding: .4em 0.05em .4em 0.4em;
padding: .4em 0.05em .2em 0.4em;
}
.mobile-menu li > a {
padding: 0.2em 0 .2em 1.75em;
display: inline-block;
padding: 0.2em 0.1em 0.3em 0.4em;
display: block;
border-top: 1px solid #424242;
border-left: 1px solid #424242;
border-bottom: 1px solid #424242;
}
.mobile-menu ul {
padding-left: 0.33em;
padding-left: 0.33rem;
list-style: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment