This commit is contained in:
2023-11-06 13:46:32 +03:00
parent e75dd6c552
commit 93cf3aa695
2 changed files with 16 additions and 12 deletions

View File

@@ -627,9 +627,11 @@ header .header-second {
display: inline-block;
vertical-align: middle;
}
.header_buttons {
display: inline-block;
margin-top: 16px;
margin-bottom: 14px;
}
span.btn_profile_name {
@@ -2005,7 +2007,6 @@ button#more_button{
display: flex;
height: fit-content;
align-items: flex-start;
gap: 20px;
justify-content: space-around;
margin-bottom: 20px
@@ -2156,7 +2157,7 @@ button#more_button{
}
.benefit_img_item{
max-width: 360px;
max-width: 30%
}

View File

@@ -90,18 +90,21 @@
{% endif %}
{% if not user.is_authenticated %}
<div class="header_buttons">
<a
class="registration_button"
href="{% url "registration_page" %}">
Регистрация
</a>
<a
class="registration_button"
href="{% url "registration_page" %}">
Регистрация
</a>
<a
class="enter_button"
href="{% url "login_profile" %}">
Войти
</a>
</div>
<a
class="enter_button"
href="{% url "login_profile" %}">
Войти
</a>
<div class="button_profile_header_mobile" onclick="show_header_list()">
<img src="/static/img/svg/userMobile.svg" alt="">