From 107f8c46b93c10de7507f5eabd71a8a7e467cb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2=20Diani?= Date: Sat, 18 Jan 2025 23:46:07 +0100 Subject: [PATCH] Navi Beschriftung --- dashboard/resources/css/app.css | 1 + dashboard/resources/views/property.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/resources/css/app.css b/dashboard/resources/css/app.css index 74c4d3b..dc571bc 100644 --- a/dashboard/resources/css/app.css +++ b/dashboard/resources/css/app.css @@ -135,6 +135,7 @@ body>header>nav{ background: #fff; border-radius: .2em; position: relative; + border: 1px solid #fff; } body>header>nav>ul{ diff --git a/dashboard/resources/views/property.blade.php b/dashboard/resources/views/property.blade.php index 74f5cf1..4ba1b42 100644 --- a/dashboard/resources/views/property.blade.php +++ b/dashboard/resources/views/property.blade.php @@ -2,7 +2,7 @@ @section('body-class', 'property') @section('header')