diff --git a/flex/03-flex-header-2/solution/solution.css b/flex/03-flex-header-2/solution/solution.css index 54183b7..df6c99a 100644 --- a/flex/03-flex-header-2/solution/solution.css +++ b/flex/03-flex-header-2/solution/solution.css @@ -52,7 +52,6 @@ ul { .header { display: flex; justify-content: space-between; - align-items: center; padding: 8px; } @@ -67,4 +66,4 @@ ul { display: flex; align-items: center; gap: 16px; -} \ No newline at end of file +}