This commit is contained in:
SBD
2023-12-27 01:07:52 +05:00
parent 1b63fd89bf
commit a357317423
4 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<img class="service_img" src="{{ MEDIA_URL }}{{ service.picture }}">
</div>
{% endif %}
<div class="right_part_service medium_small_bold_txt {% if not service.picture %}w_100{% endif %}">
<div class="right_part_service medium_small_bold_txt px30_txt{% if not service.picture %} w_100{% endif %}">
{{ service.name }}
</div>
<div class="clear_both"></div>