Collapse sidebar navigation list on smaller screens

- CSS only solution using "check-box hack"
- Add new UI text label `menu_label` in _data/ui-text.yml
- Close #607
This commit is contained in:
Michael Rose
2016-11-17 15:06:07 -05:00
parent 71ddbf1e70
commit f9a5225c54
5 changed files with 87 additions and 15 deletions

View File

@@ -33,10 +33,6 @@
font-family: $sans-serif-narrow;
}
h3, h4 {
font-size: $type-size-5;
}
p, li {
font-family: $sans-serif;
font-size: $type-size-6;