0.0.19
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user