diff --git a/home/static/css/template.css b/home/static/css/template.css index a44acea..90781d4 100644 --- a/home/static/css/template.css +++ b/home/static/css/template.css @@ -12,6 +12,19 @@ html, body { flex: 1; } +.container { + padding-top: 25px; +} + +.container img { + display: block; + margin: 0 auto; +} + +.font-main { + font-size: 14pt; +} + @media (max-width: 992px) { #target-main { max-height: 0; diff --git a/rumine/templates/base.html b/rumine/templates/base.html index 4fa47a6..ea82729 100644 --- a/rumine/templates/base.html +++ b/rumine/templates/base.html @@ -86,7 +86,7 @@
{% block content_full %} {% endblock %} -
+
{% block content %} {% endblock %}