diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css
index 1211076..522ccf0 100644
--- a/static/css/mobile_styles.css
+++ b/static/css/mobile_styles.css
@@ -85,6 +85,11 @@
top: 45px;
}
+ .registration_button,
+ .enter_button{
+ display: none;
+ }
+
.top_block_static_wrapper_main{
background: unset;
}
diff --git a/templates/blocks/b_header.html b/templates/blocks/b_header.html
index bacd466..07ce8bd 100644
--- a/templates/blocks/b_header.html
+++ b/templates/blocks/b_header.html
@@ -89,11 +89,11 @@
{% if not user.is_authenticated %}
-
- Регистрация
-
+
+ Регистрация
+
+
+
{% endif %}