|
|
|
@ -26,8 +26,7 @@ |
|
|
|
|
{{ super() }} |
|
|
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/extra.css' | url }}" /> |
|
|
|
|
{% if page.parent == None %} |
|
|
|
|
{# <style>.md-sidebar--primary{visibility:hidden}</style> #} |
|
|
|
|
<style>@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}.md-content__inner{margin-left:0.8rem;}.md-content{max-width:calc(100% - 12.1rem);}}</style> |
|
|
|
|
<style>@media screen and (min-width:76.25em){.md-sidebar{visibility:hidden; width:6rem;}.md-content__inner{margin-left:0.8rem;}.md-content{max-width:calc(100% - 12rem);}}</style> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|