fix description on shelves

This commit is contained in:
Ludovic CANDELLIER
2022-12-22 01:17:01 +01:00
parent 35fcc992ae
commit d72dfa5b6b
2 changed files with 6 additions and 1 deletions

View File

@@ -6,4 +6,3 @@
{{ $category['name'] }} {{ $category['name'] }}
</span> </span>
</h1> </h1>
<h3 style="font-size: 1.2em;">{!! $category['description'] !!}</h3>

View File

@@ -21,6 +21,12 @@
</div> </div>
</div> </div>
<div class="row">
<div class="col-12">
<h3 style="font-size: 1.2em;">{!! $category['description'] !!}</h3>
</div>
</div>
@include('Shop.Tags.partials.filter') @include('Shop.Tags.partials.filter')
@if ($display_by_rows ?? false) @if ($display_by_rows ?? false)