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 #}