diff --git a/assets/css/style.css b/assets/css/style.css index 06b8cf0..66c4df2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10940,7 +10940,6 @@ button.close { height: auto; position: absolute; left: 0; - top: 80px; z-index: 9999; width: 100%; } diff --git a/content/index.blade.php b/content/index.blade.php index 42d0a6a..ad99d48 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -61,7 +61,7 @@

{{$content->title}}

{{date("d.m.Y", strtotime($content->created_at))}} -

{!! Str::limit($content->nachricht, 1400)!!}}

+

{!! Str::limit($content->nachricht, 140)!!}

Mehr lesen
diff --git a/content/lists/neuigkeiten.blade.php b/content/lists/neuigkeiten.blade.php index f0d6aff..e942dec 100644 --- a/content/lists/neuigkeiten.blade.php +++ b/content/lists/neuigkeiten.blade.php @@ -7,11 +7,7 @@
-
-
-
-
-

Neuigkeiten

+

Neuigkeiten

{{ $list->description }}

@@ -21,9 +17,9 @@
-

{{$content->title}}

- {{$content->created_at}} -

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus architecto autem beatae, delectus dignissimos dolore dolorum, eius explicabo illo illum ipsam laborum libero mollitia neque quis repellendus, suscipit veritatis voluptatem!

+

{{$content->title}}

+ {{date("d.m.Y", strtotime($content->created_at))}} +

{!! Str::limit($content->nachricht, 140)!!}

diff --git a/content/lists/sponsoren.blade.php b/content/lists/sponsoren.blade.php index 6ae4d93..c586002 100644 --- a/content/lists/sponsoren.blade.php +++ b/content/lists/sponsoren.blade.php @@ -7,11 +7,8 @@
-
-
-
-
-

Sponsoren

+ +

Sponsoren

{{$list->description}}

diff --git a/content/lists/wettbewerb.blade.php b/content/lists/wettbewerb.blade.php index 10e56dd..2b7a5e6 100644 --- a/content/lists/wettbewerb.blade.php +++ b/content/lists/wettbewerb.blade.php @@ -7,11 +7,7 @@
-
-
-
-
-

Wettbewerbe

+

Wettbewerbe

diff --git a/content/master.blade.php b/content/master.blade.php index b420248..c821989 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -15,7 +15,7 @@ - + @@ -40,7 +40,9 @@
- + + +
@@ -53,12 +55,12 @@