From 8e2613df99c0ebfb6b7b7fd642cb75ca1a5b74bf Mon Sep 17 00:00:00 2001 From: itqop Date: Mon, 18 Mar 2024 01:20:45 +0300 Subject: [PATCH] Main page --- home/static/css/template.css | 13 +++++++++++++ rumine/templates/base.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 %}