This commit is contained in:
SBD
2023-11-27 13:51:30 +03:00
parent a4b830d5e4
commit 803377f696
2 changed files with 6 additions and 1 deletions

View File

@@ -257,6 +257,11 @@ body,html{
width: calc(100% - 80px);
float: right;
padding-left: 20px;
font-weight: 700;
}
.right_part_service.child{
font-weight: 500;
}
.right_part_service.w_100{

View File

@@ -23,7 +23,7 @@
<img class="service_img" src="{{ MEDIA_URL }}{{ sub_serv.picture }}">
</div>
{% endif %}
<div class="right_part_service standart_semi_bold_txt {% if not sub_serv.picture %}w_100{% endif %}">
<div class="right_part_service child standart_semi_bold_txt {% if not sub_serv.picture %}w_100{% endif %}">
{{ sub_serv.name }}
</div>
<div class="clear_both"></div>