Commit 1ac3a281 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Docs: don't let 'Flask-Admin' heading overflow on small screens.

parent 9fed1aba
......@@ -447,7 +447,13 @@ a:hover tt {
}
@media screen and (max-width: 768px) {
{% if theme_index_logo %}
div.indexwrapper h1 {
background-size: 100%;
}
{% endif %}
}
@media screen and (max-width: 875px) {
......
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