make stuff fit

This commit is contained in:
Ulli Kehrle 2021-01-14 21:34:57 +01:00
parent 9e85e53a00
commit 6ec9bae0c9
Signed by untrusted user: hrnz
GPG Key ID: 06E88726998AB3C7
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@
display: block;
margin: auto;
margin-top: 1em;
padding: 0.625em 1em;
width: 100%;
text-align: center;
}

View File

@ -29,8 +29,8 @@
<style>@media screen and (min-width:76.25em){
.md-sidebar{visibility:hidden; width:8rem;}
.md-content__inner{margin-left: 1.2rem!important; margin-right:0.5rem !important;}
.md-content{max-width:calc(100% - 16rem);}
.fullwidth{margin: 0 -8.8rem 0 -8.8rem;}
.md-content{max-width:calc(100% - 12rem);}
.fullwidth{margin: 0 -10.8rem 0 -10.8rem;}
}</style>
{% endif %}
{% endblock %}