Commit 0cf1692c001118a464606d33e9444b4eb987343d

Authored by Eugeny Galkovskiy
1 parent bd997c02

123

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
frontend/views/site/index.php
@@ -21,6 +21,7 @@ use frontend\widgets\SliderWidget; @@ -21,6 +21,7 @@ use frontend\widgets\SliderWidget;
21 $this->title = "Главная"; 21 $this->title = "Главная";
22 ?> 22 ?>
23 23
  24 +<script>$(".container.cont").css({"maxWidth":"100%"});</script>
24 <div class="cont"> 25 <div class="cont">
25 <section class="carousel"> 26 <section class="carousel">
26 <div class="row"> 27 <div class="row">
@@ -133,7 +134,4 @@ $this-&gt;title = &quot;Главная&quot;; @@ -133,7 +134,4 @@ $this-&gt;title = &quot;Главная&quot;;
133 <a href="#">Узнать больше</a> 134 <a href="#">Узнать больше</a>
134 </div> 135 </div>
135 </section> 136 </section>
136 -</div>  
137 -<script>  
138 - $(".container.cont").css({"maxWidth":"100%"});  
139 -</script>  
140 \ No newline at end of file 137 \ No newline at end of file
  138 +</div>
141 \ No newline at end of file 139 \ No newline at end of file