diff --git a/infomate/settings.py b/infomate/settings.py index 99782e5..ecd4a3e 100644 --- a/infomate/settings.py +++ b/infomate/settings.py @@ -88,7 +88,7 @@ CSS_HASH = str(random()) # App settings APP_NAME = "Infomate" -APP_TITLE = "Смотри, что читают другие" +APP_TITLE = "Читай то, что читают другие" APP_DESCRIPTION = "" APP_HOST = "https://infomate.club" diff --git a/static/css/components.css b/static/css/components.css index 6c6b7d1..653e5ae 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -313,9 +313,11 @@ } .logout-button { + display: inline-block; color: var(--opposite-text-color) !important; font-size: 90%; padding: 5px 15px; + margin-top: 40px; } .privacy-policy { diff --git a/templates/index.html b/templates/index.html index c37455c..aed1dfd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,10 +1,10 @@ {% extends "layout.html" %} -{% block title %}{{ block.super }} | {{ settings.APP_TITLE }}{% endblock %} +{% block title %}{{ block.super }} — {{ settings.APP_TITLE }}{% endblock %} {% block content %}