From 8e6141116640981c47d0c08bb3f29b60298a658b Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 20:09:22 +0300 Subject: [PATCH] Fix footer --- rumine/static/css/rumine.css | 13 +++++++++++++ rumine/templates/base.html | 13 +++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/rumine/static/css/rumine.css b/rumine/static/css/rumine.css index e69de29..6994507 100644 --- a/rumine/static/css/rumine.css +++ b/rumine/static/css/rumine.css @@ -0,0 +1,13 @@ +html, body { + height: 100%; + margin: 0; + padding: 0; +} +.wrapper { + min-height: 100%; + display: flex; + flex-direction: column; +} +.content { + flex: 1; +} \ No newline at end of file diff --git a/rumine/templates/base.html b/rumine/templates/base.html index c3fb09c..1575367 100644 --- a/rumine/templates/base.html +++ b/rumine/templates/base.html @@ -33,7 +33,7 @@ {% endblock %} - + {% wagtailuserbar %} @@ -87,7 +87,16 @@ - + +
+
+ Используя этот сайт, вы соглашаетесь с тем, что мы используем файлы cookie. + +
+
+ {# Global javascript #}