Commit d58de2a6443e5ccb04b34a7c9eebcf240c227769
1 parent
45d5c69c
якоря
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
frontend/views/site/index.php
| ... | ... | @@ -325,7 +325,7 @@ $this->registerJs($js, View::POS_END); |
| 325 | 325 | </div> |
| 326 | 326 | </section> |
| 327 | 327 | |
| 328 | -<section class="bar background-kben no-mb" id="section3"> | |
| 328 | +<section class="bar background-kben no-mb"> | |
| 329 | 329 | <div class="container"> |
| 330 | 330 | <div class="row showcase"> |
| 331 | 331 | <div class="col-md-3 col-sm-6"> |
| ... | ... | @@ -362,7 +362,7 @@ $this->registerJs($js, View::POS_END); |
| 362 | 362 | <!-- /.container --> |
| 363 | 363 | </section> |
| 364 | 364 | |
| 365 | -<section class="bar background-white" id="section4"> | |
| 365 | +<section class="bar background-white" id="section3"> | |
| 366 | 366 | <div class="container"> |
| 367 | 367 | <div class="col-md-12"> |
| 368 | 368 | <div class="heading text-left"> |
| ... | ... | @@ -534,6 +534,8 @@ $this->registerJs($js, View::POS_END); |
| 534 | 534 | <!-- /#content --> |
| 535 | 535 | |
| 536 | 536 | <!-- only with map from google--> |
| 537 | -<div id="map"> | |
| 537 | +<section id="section4"> | |
| 538 | + <div id="map"> | |
| 538 | 539 | |
| 539 | -</div> | |
| 540 | 540 | \ No newline at end of file |
| 541 | + </div> | |
| 542 | +</section> | |
| 541 | 543 | \ No newline at end of file | ... | ... |