This commit is contained in:
SBD
2023-12-08 18:38:59 +03:00
parent a8e31e7a38
commit 10cd06fc86
2 changed files with 9 additions and 6 deletions

View File

@@ -971,9 +971,6 @@ body.n_scroll{
object-position: bottom;
height: 200px;
}
.txt_container_item_features{
text-align: -webkit-center;
}
.description_item_features_container{
font-size: 14px;

View File

@@ -17,8 +17,14 @@
color: #ffffff;
transition: 200ms;
}
.{{ widget.name_w }}_{{ widget.id }}_align_btn{
text-align: {% if not name_w == 'slide' %}-webkit-center{% else %}unset{% endif %};
width: 100%;
}
</style>
<a class="{{ widget.name_w }}_{{ widget.id }}_widget_btn_a" href="{{ widget.url }}">
{{ widget.but_title }}
</a>
<div class="{{ widget.name_w }}_{{ widget.id }}_align_btn">
<a class="{{ widget.name_w }}_{{ widget.id }}_widget_btn_a" href="{{ widget.url }}">
{{ widget.but_title }}
</a>
</div>
{% endif %}