This commit is contained in:
SBD
2023-12-08 19:09:09 +03:00
parent fd60f1a5f8
commit 5f53c95485
2 changed files with 6 additions and 3 deletions

View File

@@ -933,6 +933,9 @@ body.n_scroll{
.functional_features_option_txt{
margin-bottom: 15px;
width: 100%;
overflow-wrap: anywhere;
}
.container_content_functional_features_block_items{
@@ -969,7 +972,7 @@ body.n_scroll{
max-width: 100%;
object-fit: scale-down;
object-position: bottom;
height: 200px;
height: 100%;
}
.description_item_features_container{
@@ -1099,7 +1102,7 @@ body.n_scroll{
.splinner_w_one_present{
height: 1px;
margin: 30px 0;
margin: 15px 0;
width: 50%;
background: #9CDDF7;
}

View File

@@ -3,7 +3,7 @@
.{{ name_w }}_{{ widget.id }}_widget_btn_a{
border: {{ widget.but_color }} solid 2px;
color: {{ widget.but_color }};
width: 80%;
width: {% if not name_w == 'presentAerBim' %}80%{% else %}100%{% endif %};
text-decoration: none;
display: block;
padding: 5px 0;