This commit is contained in:
SBD
2023-12-29 11:04:27 +05:00
parent a7c2b7539b
commit 254425b913
3 changed files with 7 additions and 6 deletions

View File

@@ -1454,14 +1454,14 @@ body.n_scroll{
margin-right: 2.5%;
}
.title_proj{
font-size: 16px;
font-weight: 500;
.title_proj {
font-size: 14px;
font-weight: 400;
color: #0C54A0;
border-radius: 5px;
background: #003f811f;
padding: 5px;
width: 158px;
padding: 5px 10px;
width: fit-content;
margin-bottom: 15px;
}

View File

@@ -79,6 +79,7 @@ function renderContent (el=null) {
});
}
function getLang () {
let lang = ''
if (window.location.href.includes("/en/")){

View File

@@ -3,7 +3,7 @@
<div class="el_container_projects_slider{% if forloop.counter0 == 0 %} show{% else %} hide{% endif %}" data-index-slide-proj="{{ forloop.counter }}" data-count-slides-proj="{{ page.get_projects|length }}">
<div class="left_part_proj">
{# <div class="title_proj">{% translate "Примеры проектов" %}</div>#}
<div class="title_proj">{% translate "Выполненные проекты" %}</div>
<div class="name_proj">{{ project.name }}</div>
{# <div class="task_title">{% translate "Задача" %}</div>#}
<div class="task_description">{{ project.description|safe|linebreaksbr }}</div>