Commit 8660c4d9 authored by Goutte's avatar Goutte

Fix the size of the buttons on mobile navigation.

parent 990c0a1a
Pipeline #146 passed with stage
in 43 seconds
......@@ -81,4 +81,20 @@ section#header { z-index: 10; }
iframe.geogebra {
border: 1px dotted #a6a6a6;
}
\ No newline at end of file
}
/** Fix Mobile Navigation **/
.mobile-container ul.treemenu-root li span.toggler {
line-height: 2.22rem;
font-size: 2.22rem;
padding: 0.92rem 0.1rem;
margin: 0;
}
.mobile-container ul.treemenu-root li a {
line-height: 2.22rem;
font-size: 2.22rem;
padding: 0.92rem 1.618rem;
margin: 0;
}
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