Commit 9b7db60743afa7a4d90368cc35836bda384e5e35
1 parent
5d489a86
main page first block button
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -58,7 +58,7 @@ $this->registerJs($js, View::POS_END); |
58 | 58 | <p>инженеров-монтажников</p> |
59 | 59 | </div> |
60 | 60 | </div> |
61 | - <div class="col-xs-12 col-sm-4"> | |
61 | + <div class="col-xs-12 col-sm-4 col-md-offset-2 col-sm-offset-2"> | |
62 | 62 | <div class="box-simple"> |
63 | 63 | <div class="icon"> |
64 | 64 | <img src="/img/icon_4.png"> |
... | ... | @@ -67,7 +67,7 @@ $this->registerJs($js, View::POS_END); |
67 | 67 | <p>перед установкой мы делаем полный анализ вашей домашней энергосистемы</p> |
68 | 68 | </div> |
69 | 69 | </div> |
70 | - <div class="col-xs-12 col-sm-4 col-md-offset-4 col-sm-offset-4"> | |
70 | + <div class="col-xs-12 col-sm-4"> | |
71 | 71 | <div class="box-simple"> |
72 | 72 | <div class="icon"> |
73 | 73 | <img src="/img/icon_5.png"> |
... | ... | @@ -76,6 +76,13 @@ $this->registerJs($js, View::POS_END); |
76 | 76 | <p>проектируя эффективную систему</p> |
77 | 77 | </div> |
78 | 78 | </div> |
79 | + <div class="col-md-12"> | |
80 | + <div class="row"> | |
81 | + <div class="box-simple"> | |
82 | + <a href="#" class="btn button1 icon_phone modaled init-button-consultation" data-title="Заказать консультацию" data-toggle="modal" data-target="#feedback-modal">Заказать <span>консультацию</span></a> | |
83 | + </div> | |
84 | + </div> | |
85 | + </div> | |
79 | 86 | </div> |
80 | 87 | </div> |
81 | 88 | </section> | ... | ... |