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