diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 359a2d0..19f217f 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -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; -} \ No newline at end of file +} + +/* examples project*/ + diff --git a/templates/blocks/b_examples_project.html b/templates/blocks/b_examples_project.html new file mode 100644 index 0000000..db23003 --- /dev/null +++ b/templates/blocks/b_examples_project.html @@ -0,0 +1,8 @@ +{% load static %} +