Commit bd997c0298fdf4a50c9cccac1a8bd7876dba8c15
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,5 +135,5 @@ $this->title = "Главная"; | ||
135 | </section> | 135 | </section> |
136 | </div> | 136 | </div> |
137 | <script> | 137 | <script> |
138 | - $("body").find(".container.cont").css("maxWidth", "100%"); | 138 | + $(".container.cont").css({"maxWidth":"100%"}); |
139 | </script> | 139 | </script> |
140 | \ No newline at end of file | 140 | \ No newline at end of file |