Commit 22d7ba6c4380e9068efd24d9100e826d8991f247
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/site/index.php
... | ... | @@ -132,7 +132,7 @@ JS; |
132 | 132 | |
133 | 133 | <div class="row"> |
134 | 134 | <div class="hidden-xs col-sm-5 col-md-5 col-lg-5"></div> |
135 | - <div class="col-sm-7 col-md-7 col-lg-7"> | |
135 | + <div class="col-sm-12 col-md-12 col-lg-12"> | |
136 | 136 | <div class="style box3-text-wr"> |
137 | 137 | <h1 class="box3-text-title"><?=$seo->h1?></h1> |
138 | 138 | <div class="hidden-sm hidden-md hidden-lg row box3-img-hidden-wrapp"> |
... | ... | @@ -147,7 +147,7 @@ JS; |
147 | 147 | </div> |
148 | 148 | </div> |
149 | 149 | </div> |
150 | - <img class="hidden-xs box3-img" src="images/box-3/box3-new.jpg" alt=""> | |
150 | +<!-- <img class="hidden-xs box3-img" src="images/box-3/box3-new.jpg" alt="">--> | |
151 | 151 | </div> |
152 | 152 | </section> |
153 | 153 | <?php }?> | ... | ... |