breadcrumbs fix with mobile reserved not to delete
This commit is contained in:
parent
4154e8fa28
commit
571bc1af6a
|
|
@ -1,7 +1,8 @@
|
|||
@if(!empty($category->events) && $category->events->count()>0)
|
||||
<section id="kinoteator" class="kinoteator-section waaa container mb-5">
|
||||
<div class="tab-header d-flex justify-content-between col-12 px-0">
|
||||
<h2 class="">{{$category->title}}</h2>
|
||||
<h2 class=""> <a class="" href="{{$category->url}}">{{$category->title}}</a></h2>
|
||||
|
||||
<div style="height: 5px; position: absolute; bottom: 0; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
||||
</div>
|
||||
<div class="tab-ozi col-12 px-0 mt-5">
|
||||
|
|
|
|||
Loading…
Reference in New Issue