#1001 - Коррекция вывода отзывов

parent e7703357
......@@ -8,7 +8,7 @@ $reviews = Reviews::find()
->all();
?>
<?php if($reviews) : ?>
<section class="rev_sec">
<section class="rev_sec reviews-block">
<div class="container">
<div class="row" style="margin-top:50px;">
<div class="col-md-12 col-xs-12 col-sm-12">
......
......@@ -43,4 +43,7 @@ section .container ul:not([class]) li,
section .container ol:not([class]) li {
margin: 0 0 15px 0;
color: #2d323a;
}
section.reviews-block .row {
margin-bottom: 50px;
}
\ No newline at end of file
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