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