From 279657ec4bdb7c55433b23e1963662dc547b7b6d Mon Sep 17 00:00:00 2001
From: Peter Hoppe
Date: Wed, 7 Dec 2022 01:09:51 +0100
Subject: [PATCH] css start zu flex-start => keine warnung
---
src/components/Navbar.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/Navbar.css b/src/components/Navbar.css
index 2876737..a565a8c 100644
--- a/src/components/Navbar.css
+++ b/src/components/Navbar.css
@@ -2,7 +2,7 @@
background-color: #060b26;
height: 80px;
display: flex;
- justify-content: start;
+ justify-content: flex-start;
align-items: center;
}
@@ -31,7 +31,7 @@
.nav-text {
display: flex;
- justify-content: start;
+ justify-content: flex-start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
@@ -63,7 +63,7 @@
width: 100%;
height: 80px;
display: flex;
- justify-content: start;
+ justify-content: flex-start;
align-items: center;
}