0.0.88
This commit is contained in:
@@ -933,6 +933,9 @@ body.n_scroll{
|
|||||||
|
|
||||||
.functional_features_option_txt{
|
.functional_features_option_txt{
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
width: 100%;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_content_functional_features_block_items{
|
.container_content_functional_features_block_items{
|
||||||
@@ -969,7 +972,7 @@ body.n_scroll{
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
object-position: bottom;
|
object-position: bottom;
|
||||||
height: 200px;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description_item_features_container{
|
.description_item_features_container{
|
||||||
@@ -1099,7 +1102,7 @@ body.n_scroll{
|
|||||||
|
|
||||||
.splinner_w_one_present{
|
.splinner_w_one_present{
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: 30px 0;
|
margin: 15px 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: #9CDDF7;
|
background: #9CDDF7;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
.{{ name_w }}_{{ widget.id }}_widget_btn_a{
|
.{{ name_w }}_{{ widget.id }}_widget_btn_a{
|
||||||
border: {{ widget.but_color }} solid 2px;
|
border: {{ widget.but_color }} solid 2px;
|
||||||
color: {{ widget.but_color }};
|
color: {{ widget.but_color }};
|
||||||
width: 80%;
|
width: {% if not name_w == 'presentAerBim' %}80%{% else %}100%{% endif %};
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user