Commit cf3f3d08 authored by andre's avatar andre

правки для моб версии

parent 23517735
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
@media only screen and (max-width: 971px) { @media only screen and (max-width: 971px) {
body{min-width:768px;} body{min-width:768px;}
.logo {
margin-top: 15px !important;
}
.menu { .menu {
display: block; display: block;
} }
......
...@@ -15,6 +15,7 @@ use common\modules\languages\widgets\Languages; ...@@ -15,6 +15,7 @@ use common\modules\languages\widgets\Languages;
<li><?=Html::a(\Yii::t('menu', 'Blog'), ['/blog']);?></li> <li><?=Html::a(\Yii::t('menu', 'Blog'), ['/blog']);?></li>
<!-- <li><?=Html::a(\Yii::t('menu', 'Analytics school'), ['/school']);?></li> --> <!-- <li><?=Html::a(\Yii::t('menu', 'Analytics school'), ['/school']);?></li> -->
<li><?=Html::a(\Yii::t('menu', 'Contacts'), ['/contacts']);?></li> <li><?=Html::a(\Yii::t('menu', 'Contacts'), ['/contacts']);?></li>
<li><?=Html::a(\Yii::t('menu', 'Faq'), ['/faq']);?></li>
</ul> </ul>
</nav> </nav>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment