From 06edc0a7d9a8e34871d48ccbd3c1a0e82fdf1091 Mon Sep 17 00:00:00 2001 From: vas3k Date: Sat, 25 Jan 2020 12:06:22 +0100 Subject: [PATCH] Move WAT to landing bottom --- static/css/components.css | 4 ++-- static/css/layout.css | 2 +- templates/index.html | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/static/css/components.css b/static/css/components.css index a80298e..d1cc853 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -30,12 +30,12 @@ color: var(--link-color); } -.landing-top { +.landing-info { text-align: center; min-height: 100px; } - .landing-top-title { + .landing-info-title { margin-top: 100px; font-weight: normal; font-size: 36px; diff --git a/static/css/layout.css b/static/css/layout.css index e127314..70cd01e 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -10,7 +10,7 @@ margin: 0 auto; } -.landing-top { +.landing-info { max-width: var(--max-content-width); margin: 0 auto; } diff --git a/templates/index.html b/templates/index.html index 5fa2422..c27fd84 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,12 +3,6 @@ {% block title %}{{ block.super }} — {{ settings.APP_TITLE }}{% endblock %} {% block content %} -
-

- Что это? -

-
-
{% for board in boards %} @@ -20,4 +14,10 @@ {% endfor %}
+ +
+

+ Что это? +

+
{% endblock %}