#1048 - Исправление ошибок верстки в Блоге.

parent 759f609b
This diff is collapsed.
......@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
<div class="loading-post"></div>
</div>
<br><br><br>
<?php endif; ?>
<?=$this->render('_subscribe', ['title' => 'Страница Блог'])?>
......
......@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
<div class="loading-post"></div>
</div>
<br><br><br>
<?php endif; ?>
<?=$this->render('_subscribe', ['title' => 'Тег: ' . $model->name])?>
......
......@@ -263,6 +263,9 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.sidebar_btn {
margin: 15px 0px 5px;
}
.subsc_blog {
margin-top: 50px;
}
/* ------------ BLOG MODAL ------------------ */
......@@ -489,6 +492,27 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
top: 0px;
margin: 30px auto;
}
.article_short {
margin-bottom: 30px;
}
.subsc_blog {
margin-top: 25px;
}
.sidebar_module h2 {
margin-bottom: 15px;
}
.sidebar_module_body a.cat_link_mod {
margin-bottom: 11px;
}
.sidebar_btn {
margin: 5px 0;
}
.sidebar_btn:last-child {
margin-bottom: 18px;
}
.subsc_form input, .subsc_blog_form input {
width: 100%;
}
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
......
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