diff --git a/frontend/views/article/_article_item.php b/frontend/views/article/_article_item.php index 3e887eb..81c1708 100755 --- a/frontend/views/article/_article_item.php +++ b/frontend/views/article/_article_item.php @@ -22,7 +22,9 @@ use yii\widgets\ListView; if (!empty($model->date_end)) echo ' - ', date('d.m', $model->date_end); ?>
title; ?>
+

body_preview; ?>

+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 193c066..cd8c117 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1162,6 +1162,7 @@ footer .socbuts a:hover{ flex-wrap: wrap; margin: 17px auto 38px auto; max-width: 1030px; + position:relative; } .note .picture{ width: 100%; -- libgit2 0.21.4