Commit 362b130cc8303ddaf750a27ad0aebd3982f2c3ae

Authored by Eugeny Galkovskiy
1 parent 2cb9cf91

123

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
frontend/views/site/index.php
... ... @@ -22,6 +22,11 @@ $this->title = "Главная";
22 22 ?>
23 23  
24 24 <div class="cont">
  25 + <section class="picmobile hidden-lg hidden-md">
  26 + <div class="picture2">
  27 + <img src="/storage/slider/Ris2.jpg"/>
  28 + </div>
  29 + </section>
25 30 <section class="carousel hidden-xs hidden-sm">
26 31 <div class="row">
27 32 <?php
... ...