From f7b1092867193f0c30e7aa8945f68f6867fc2aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Fri, 7 Jul 2023 09:24:08 +0200 Subject: [PATCH] . --- assets/css/style.css | 2 +- config.json | 2 +- content/index.blade.php | 6 ++++-- content/master.blade.php | 22 ++-------------------- 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index b544b65..bd7b0bf 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9102,7 +9102,7 @@ body.boxed .body { .navigation ul li i { font-size: 13px; } .navigation ul li a { - padding: 0 24px; + padding: 0 22px; display: block; text-decoration: none; } .navigation ul li ul { diff --git a/config.json b/config.json index 2cc9839..09a4445 100644 --- a/config.json +++ b/config.json @@ -7,5 +7,5 @@ "name": "Areya Webservices", "link": "https://www.areya.de/" }, - "lumino-version": {"min": "3.5", "max": "3.7"} + "lumino-version": {"min": "3.5", "max": "3.8"} } diff --git a/content/index.blade.php b/content/index.blade.php index 5cf7b91..42d0a6a 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, 100) !!}

+

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

@@ -90,11 +90,13 @@

{{$content->title}}

+ + {{date("d.m.Y", strtotime($content->datum))}}
diff --git a/content/master.blade.php b/content/master.blade.php index f344b25..97902f6 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -15,7 +15,7 @@ - + @@ -30,34 +30,16 @@