From ffa6de713856fd75df9586407bdcc096ba6e5da3 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 1 Nov 2023 15:10:21 +0300 Subject: [PATCH] 0.0.189 media 360px header for not user --- static/css/mobile_styles.css | 5 +++++ templates/blocks/b_header.html | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) 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 %}