diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 9e7311c..ee3daec 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -23,7 +23,7 @@
-

{{$content->title}}

+

{{$content->title}}

{!! $content->beschreibung !!} @@ -40,8 +40,8 @@
-
-
+
+

Unverbindlich anfragen

diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index 12a3425..dd5173c 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -20,7 +20,7 @@
-

{{$content->title}}

+

{{$content->title}}

diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index f46ebcb..fbaa59b 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -32,7 +32,7 @@

-
+

{{$content->title}}

{{$content->preis}} € @@ -112,12 +112,6 @@
- - - - - -
- - - - -
diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 8677100..50d796f 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -27,6 +27,10 @@ color: {{$_title_color}}; } + .navbar a:last-of-type{ + margin-right: 0px; + } + .navbar a:active{ font-weight: bold; } @@ -65,4 +69,8 @@ .nav-item{last-of-type: margin-right:0px;} + + .breadcrumb-item + .breadcrumb-item::before { + color: inherit; + }