Мелкая графическая доработка
This commit is contained in:
parent
53281ee422
commit
95b5d920b9
|
@ -28,7 +28,7 @@ use app\models\Search;
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<?php if (isset($response) && is_array($response) && $response) : ?>
|
<?php if (isset($response) && is_array($response) && $response) : ?>
|
||||||
|
|
||||||
<div class="row py-3 w-100 flex-column">
|
<div class="row py-4 w-100 flex-column">
|
||||||
<section class="col-auto mb-4">
|
<section class="col-auto mb-4">
|
||||||
<h4 class="ml-4 mb-3">Товары по запросу: "<?= $query ?? 'ошибка чтения запроса' ?>"</h4>
|
<h4 class="ml-4 mb-3">Товары по запросу: "<?= $query ?? 'ошибка чтения запроса' ?>"</h4>
|
||||||
|
|
||||||
|
|
Reference in New Issue