diff --git a/static/css/styles.css b/static/css/styles.css index d3d56f7..52d7a6e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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% } diff --git a/templates/blocks/b_header.html b/templates/blocks/b_header.html index 36ea0ae..0ad9c1b 100644 --- a/templates/blocks/b_header.html +++ b/templates/blocks/b_header.html @@ -90,18 +90,21 @@ {% endif %} {% if not user.is_authenticated %} +
+ + Регистрация + - - Регистрация - + + Войти + + +
- - Войти -