diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 9d17358..62c03ef 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -117,45 +117,13 @@ diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 9a9ad90..8c893fe 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -6,7 +6,7 @@ $this->title = 'My Yii Application'; ?> -
+
@@ -38,7 +38,7 @@ _________________________________________________________ -->
-
+
@@ -90,7 +90,7 @@ _________________________________________________________ -->
-
+

Что в программе?

@@ -144,7 +144,7 @@ _________________________________________________________ -->
-
+
@@ -275,7 +275,7 @@ _________________________________________________________ -->
-
+
@@ -327,7 +327,7 @@ _________________________________________________________ -->
-
+
@@ -380,7 +380,7 @@ _________________________________________________________ -->
-
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 29d945f..c432e04 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -212,4 +212,8 @@ img.img-responsive.img-circle { padding-top: 0; line-height: 25px; margin-bottom: 8px; +} +@media(max-width:991px){ + .navbar-collapse.collapse ul li br{display:none;} + .navbar-collapse.collapse ul li a{line-height:20px!important;} } \ No newline at end of file -- libgit2 0.21.4