home page musical fix
This commit is contained in:
parent
1de5077a68
commit
170b22fcd1
|
|
@ -39,7 +39,6 @@ class PublicController extends Controller
|
|||
->where(Config::get('app.locale'),1)
|
||||
->orderBy('order','asc')
|
||||
->get();
|
||||
dump($categories);
|
||||
return $this->render("Pages.HomePage",[
|
||||
'categories' => $categories,
|
||||
'sliders' => $sliders
|
||||
|
|
|
|||
|
|
@ -1,7 +1,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=""><a class="text-dark text-uppercase" href="{{$category->url}}">{{$category->title}}</a></h2>
|
||||
<h2 class=""><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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue