From 21b959e6a33716d5a22ae08b3d1b9f17f35537d7 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 3 Dec 2023 16:09:24 +0300 Subject: [PATCH] 0.8.461 --- static/css/styles(boris).css | 6 ++++++ templates/blocks/profile/b_profile_first_page.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 287fc6a..dcd277f 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2875,4 +2875,10 @@ color: #f00; margin-bottom: 20px; display: block; +} + +/*b_profile_first_page*/ + +.title_b_first_page{ + margin-top: 70px; } \ No newline at end of file diff --git a/templates/blocks/profile/b_profile_first_page.html b/templates/blocks/profile/b_profile_first_page.html index 1a26764..d60f477 100644 --- a/templates/blocks/profile/b_profile_first_page.html +++ b/templates/blocks/profile/b_profile_first_page.html @@ -1,7 +1,7 @@ {% load static %} {% load i18n %} -

{% translate "Добро пожаловать:" %} {{ user.first_name }} {{ user.last_name }} ({{ user.username }})

+

{% translate "Добро пожаловать:" %} {{ user.first_name }} {{ user.last_name }} ({{ user.username }})