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;