diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php
index 9720ad2..d9f2275 100644
--- a/content/contents/leistungen.blade.php
+++ b/content/contents/leistungen.blade.php
@@ -2,20 +2,21 @@
@section('content')
-
-
-
{{$content->title}}
-
-
- {!! $content->beschreibung !!}
-
-
- Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}
-
-
+
+
+
+
+
{{$content->title}}
+
+
+ {!! $content->beschreibung !!}
+
+
+ Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}
+
@@ -26,40 +27,43 @@