breadcrumbs fix with mobile reserved not to delete

This commit is contained in:
merdan 2020-04-02 15:15:37 +05:00
parent b4feb774a6
commit 845b2d21f5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div class="row kinoteator tab-part">
<div class="tab-header d-flex justify-content-between col-12">
<h2 class="font-weight-bold">{{$cat->title}}</h2>
<div style="height: 5px; position: absolute; bottom: 10px; width: 100px; background-color: rgba(211,61,51,1)"></div>
<div style="height: 5px; position: absolute; bottom: 0px; width: 100px; background-color: rgba(211,61,51,1)"></div>
@if($cat_events->count() == $cat->events_limit)
<a class="red_button" href="{{$cat->url}}">{{__("ClientSide.rep")}}</a>
@endif