Layout fixes

This commit is contained in:
Vasily Zubarev
2020-01-07 16:57:52 +01:00
parent e063972349
commit 992fa510fb
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
.header {
display: grid;
min-height: 250px;
margin-bottom: 20px;
}
@media only screen and (max-width : 570px) {

View File

@@ -32,7 +32,7 @@
{% block footer %}
<div class="footer">
Пэт-проджект <a href="https://vas3k.ru">Вастрика</a>.<br><br>
Сделал <a href="https://vas3k.ru">Вастрик</a>.<br><br>
Сайт использует <a href="https://ru.wikipedia.org/wiki/Cookie" target="_blank">куки</a> для авторизации<br> и <a href="{% url "privacy_policy" %}">не собирает данные</a> больше, чем нужно.
{% if me %}
<br><a href="{% url "logout" %}" class="button logout-button">Выйти</a>