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 21 $this->title = "Главная";
22 22 ?>
23 23  
  24 +<script>$(".container.cont").css({"maxWidth":"100%"});</script>
24 25 <div class="cont">
25 26 <section class="carousel">
26 27 <div class="row">
... ... @@ -133,7 +134,4 @@ $this-&gt;title = &quot;Главная&quot;;
133 134 <a href="#">Узнать больше</a>
134 135 </div>
135 136 </section>
136   -</div>
137   -<script>
138   - $(".container.cont").css({"maxWidth":"100%"});
139   -</script>
140 137 \ No newline at end of file
  138 +</div>
141 139 \ No newline at end of file
... ...