From 82ac0eba70b4fead8073103b4669a04ce53035e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 15 Jan 2024 16:19:15 +0100 Subject: [PATCH] . --- content/lists/jobs.blade.php | 56 ++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 31 deletions(-) diff --git a/content/lists/jobs.blade.php b/content/lists/jobs.blade.php index 245ce41..8024c5a 100644 --- a/content/lists/jobs.blade.php +++ b/content/lists/jobs.blade.php @@ -1,44 +1,39 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - -

{{ $list->name }}

- + - .img-parallax { - width: 100vmax; - z-index: -1; - position: absolute; - top: 0; - left: 50%; - transform: translate(-50%, 0); - pointer-events: none; - } - +
+ {{config('settings.name')}} Cover +
- - -
- {{config('settings.name')}} Cover - - -
- - + @endif

{{ $list->description }} @@ -149,6 +145,4 @@

- - @stop