Layout fixes
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
.header {
|
||||
display: grid;
|
||||
min-height: 250px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 570px) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user