From de180250c2621a2ab63bc772a97f231f3f217dd5 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 21 Mar 2024 11:06:47 +0100 Subject: [PATCH] Update file (possible bugs) --- src/App.tsx | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9f2efff..97e0bc2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ const App = () => { return ( -
+
} /> diff --git a/src/index.css b/src/index.css index 32da34d..43e07d5 100644 --- a/src/index.css +++ b/src/index.css @@ -36,7 +36,7 @@ h1 { flex-wrap: wrap; } -nav ul { +.nav ul { display: flex; flex: 1 1 40rem; justify-content: space-around;