home page musical fix
This commit is contained in:
parent
170b22fcd1
commit
82e585fa21
|
|
@ -236,10 +236,6 @@ article.u-block-hover img {
|
|||
#teator .owl-nav.disabled .owl-prev span, #teator .owl-nav.disabled .owl-next span {
|
||||
font-size: 30px; }
|
||||
|
||||
#konserty {
|
||||
padding: 100px 7.2% !important;
|
||||
margin-top: 100px; }
|
||||
|
||||
#konserty .tab-header a:hover {
|
||||
background-color: #db635b;
|
||||
text-decoration: none; }
|
||||
|
|
@ -446,10 +442,7 @@ article.u-block-hover img {
|
|||
#konserty-tab1 .overlay-details {
|
||||
position: absolute;
|
||||
bottom: 0; }
|
||||
#konserty-tab1 .owl-nav {
|
||||
position: absolute;
|
||||
top: -76px;
|
||||
right: 285px;}
|
||||
|
||||
#konserty-tab1 .owl-prev, #konserty-tab1 .owl-next {
|
||||
border: 1px solid #ffffff;
|
||||
border-radius: 5px;
|
||||
|
|
@ -2080,6 +2073,7 @@ choose_seats_content > div.tab-pane.fade{
|
|||
|
||||
#konserty-tab1 .owl-nav {
|
||||
top: -90px;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#konserty-tab1 .owl-dots {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<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=""><a class="text-light text-uppercase" href="{{$category->url}}">{{$category->title}}</a></h2>
|
||||
<h2 class="mt-5"><a class="text-light text-uppercase" href="{{$category->url}}">{{$category->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">
|
||||
<div class="tab-ozi col-12 pb-5">
|
||||
<!-- End Nav tabs -->
|
||||
<div class="owl-carousel container row" id="konserty-tab1" style="padding: 0 !important; margin: 0">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue