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

parent e7703357
...@@ -8,7 +8,7 @@ $reviews = Reviews::find() ...@@ -8,7 +8,7 @@ $reviews = Reviews::find()
->all(); ->all();
?> ?>
<?php if($reviews) : ?> <?php if($reviews) : ?>
<section class="rev_sec"> <section class="rev_sec reviews-block">
<div class="container"> <div class="container">
<div class="row" style="margin-top:50px;"> <div class="row" style="margin-top:50px;">
<div class="col-md-12 col-xs-12 col-sm-12"> <div class="col-md-12 col-xs-12 col-sm-12">
......
...@@ -44,3 +44,6 @@ section .container ol:not([class]) li { ...@@ -44,3 +44,6 @@ section .container ol:not([class]) li {
margin: 0 0 15px 0; margin: 0 0 15px 0;
color: #2d323a; 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