0.0.114
This commit is contained in:
@@ -62,6 +62,7 @@ body.n_scroll{
|
|||||||
width: 290px;
|
width: 290px;
|
||||||
float: left;
|
float: left;
|
||||||
text-align: -webkit-left;
|
text-align: -webkit-left;
|
||||||
|
text-align: -moz-left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,6 +76,7 @@ body.n_scroll{
|
|||||||
padding: 17px 0 15px 0;
|
padding: 17px 0 15px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: -webkit-right;
|
text-align: -webkit-right;
|
||||||
|
text-align: -moz-right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right_part_header_mobile{
|
.right_part_header_mobile{
|
||||||
@@ -251,6 +253,7 @@ body.n_scroll{
|
|||||||
width: 50px;
|
width: 50px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-align: -webkit-center;
|
text-align: -webkit-center;
|
||||||
|
text-align: -moz-center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
top: 24px;
|
top: 24px;
|
||||||
@@ -428,6 +431,7 @@ body.n_scroll{
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
background: none;
|
background: none;
|
||||||
text-align: -webkit-center;
|
text-align: -webkit-center;
|
||||||
|
text-align: -moz-center;
|
||||||
/*margin-bottom: 23px;*/
|
/*margin-bottom: 23px;*/
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
@@ -974,6 +978,7 @@ body.n_scroll{
|
|||||||
.content_block_present_technology{
|
.content_block_present_technology{
|
||||||
width: 71%;
|
width: 71%;
|
||||||
text-align: -webkit-right;
|
text-align: -webkit-right;
|
||||||
|
text-align: -moz-right;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -984,6 +989,7 @@ body.n_scroll{
|
|||||||
.left_part_block_present_technology{
|
.left_part_block_present_technology{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
text-align: -webkit-left;
|
text-align: -webkit-left;
|
||||||
|
text-align: -moz-left;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
}
|
}
|
||||||
.right_part_block_present_technology{
|
.right_part_block_present_technology{
|
||||||
@@ -1385,4 +1391,7 @@ body.n_scroll{
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* examples project*/
|
||||||
|
|
||||||
|
|||||||
8
templates/blocks/b_examples_project.html
Normal file
8
templates/blocks/b_examples_project.html
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{% load static %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
|
<div class="cut-width">
|
||||||
|
<div class="b_examples_project">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -27,5 +27,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% include "blocks/b_examples_project.html" %}
|
||||||
|
|
||||||
Reference in New Issue
Block a user