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