This commit is contained in:
SBD
2023-12-10 16:00:47 +03:00
parent 6e1cd6ccdb
commit 85e7f2a3e1
3 changed files with 19 additions and 3 deletions

View File

@@ -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*/

View 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>

View File

@@ -27,5 +27,4 @@
{% endif %}
{% endfor %}
{% include "blocks/b_examples_project.html" %}