diff --git a/static/src/less/style.less b/static/src/less/style.less index 87793b9..394ec7f 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -173,6 +173,11 @@ footer { } } } + @media (min-width: @screen-sm-min) { + & + div { + margin-top: 65px; + } + } } /* @end content base */ diff --git a/templates/markdown_content.html b/templates/markdown_content.html index e1401bc..64bbada 100644 --- a/templates/markdown_content.html +++ b/templates/markdown_content.html @@ -3,8 +3,11 @@ {% block pageTitle %}{{ page_title }}{% endblock %} {% block content %} -