breadcrumbs fix with mobile reserved not to delete
This commit is contained in:
parent
7d6b94b5d2
commit
b4feb774a6
|
|
@ -213,12 +213,6 @@ article.u-block-hover img {
|
|||
width: 100%;
|
||||
margin-bottom: 1px; }
|
||||
|
||||
.tab-header h2 {
|
||||
font-size: 35px;
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#teator .tab-header a:hover {
|
||||
background-color: #db635b;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@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=""> <a class="" href="{{$category->url}}">{{$category->title}}</a></h2>
|
||||
<h2> <a class="text-dark text-uppercase" 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>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<section id="konserty" class="container" style="background-image: url({{asset('assets/images/bg/konserty.jpg')}});
|
||||
background-repeat: no-repeat; background-size: 100%;">
|
||||
<div class="tab-header d-flex justify-content-between col-12">
|
||||
<h2 class="">{{$musical->title}}</h2>
|
||||
<h2 class=""><a class="text-dark text-uppercase" href="{{$musical->url}}">{{$musical->title}}</a></h2>
|
||||
<div style="height: 5px; margin-left: 5px; position: absolute; bottom: 0px; width: 100px; background-color: #ffffff"></div>
|
||||
</div>
|
||||
<div class="tab-ozi col-12">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@if(!empty($category->events) && $category->events->count()>0)
|
||||
<section id="cartoon" 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> <a class="text-dark text-uppercase" 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">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@if(!empty($theatre->events) && $theatre->events->count()>0)
|
||||
<section id="teator" class="container teator">
|
||||
<div class="tab-header d-flex justify-content-between col-12">
|
||||
<h2 class="font-weight-bold">{{$theatre->title}}</h2>
|
||||
<h2> <a class="text-dark text-uppercase" href="{{$theatre->url}}">{{$theatre->title}}</a></h2>
|
||||
<div style="height: 5px; position: absolute; bottom: 10px; width: 100px; background-color: rgba(211,61,51,1)"></div>
|
||||
<div class="owl-nav disabled" style="float: right">
|
||||
<button type="button" role="presentation" class="owl-prev">
|
||||
|
|
|
|||
Loading…
Reference in New Issue