From ccbf0998821d948bce229b0f97d4342fa9b51f96 Mon Sep 17 00:00:00 2001 From: seidbar <59138823+seidbar@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:27:46 +0100 Subject: [PATCH] Remove redundant line --- flex/03-flex-header-2/solution/solution.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}