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,7 +132,7 @@ JS; | ||
132 | 132 | ||
133 | <div class="row"> | 133 | <div class="row"> |
134 | <div class="hidden-xs col-sm-5 col-md-5 col-lg-5"></div> | 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 | <div class="style box3-text-wr"> | 136 | <div class="style box3-text-wr"> |
137 | <h1 class="box3-text-title"><?=$seo->h1?></h1> | 137 | <h1 class="box3-text-title"><?=$seo->h1?></h1> |
138 | <div class="hidden-sm hidden-md hidden-lg row box3-img-hidden-wrapp"> | 138 | <div class="hidden-sm hidden-md hidden-lg row box3-img-hidden-wrapp"> |
@@ -147,7 +147,7 @@ JS; | @@ -147,7 +147,7 @@ JS; | ||
147 | </div> | 147 | </div> |
148 | </div> | 148 | </div> |
149 | </div> | 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 | </div> | 151 | </div> |
152 | </section> | 152 | </section> |
153 | <?php }?> | 153 | <?php }?> |