Commit bd997c0298fdf4a50c9cccac1a8bd7876dba8c15

Authored by Eugeny Galkovskiy
1 parent 6e68374a

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/site/index.php
... ... @@ -135,5 +135,5 @@ $this->title = "Главная";
135 135 </section>
136 136 </div>
137 137 <script>
138   - $("body").find(".container.cont").css("maxWidth", "100%");
  138 + $(".container.cont").css({"maxWidth":"100%"});
139 139 </script>
140 140 \ No newline at end of file
... ...