diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 2c4dfe1..6437384 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -21,7 +21,6 @@ use frontend\widgets\SliderWidget;
$this->title = "Главная";
?>
-
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 40b565b..2fad959 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -16,6 +16,9 @@ body{
flex:1;
overflow: hidden;
}
+.container.cont{
+ max-width:100%;
+}
a{
cursor:pointer;
}
--
libgit2 0.21.4