diff --git a/resources/views/mobile/Pages/HomePage.blade.php b/resources/views/mobile/Pages/HomePage.blade.php index e5b80b2d..79173e61 100644 --- a/resources/views/mobile/Pages/HomePage.blade.php +++ b/resources/views/mobile/Pages/HomePage.blade.php @@ -23,31 +23,23 @@ display: none !important; } + .concert{ + background-image: url({{asset('assets/images/bg/konserty.jpg')}}); + background-repeat: no-repeat; background-size: cover; padding: 100px 0; + } + @endsection @section('content') @include('mobile.Partials.HomeSlider') - @if(isset($cinema) && !empty($cinema->events) && $cinema->events->count()>0) -