From 336bd89be076d5e97f962361f6e9c9553c8cacce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 9 Aug 2023 15:49:13 +0200 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 6 +++--- content/contents/news.blade.php | 2 +- content/contents/produkt.blade.php | 13 +------------ content/includes/css.blade.php | 8 ++++++++ 4 files changed, 13 insertions(+), 16 deletions(-) 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; + }