From befceeb1e9819c6883583ad5a9c824ee4108d07f Mon Sep 17 00:00:00 2001 From: Arjun Date: Mon, 30 Jan 2023 11:40:47 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B2=20Fix=20inconsistency=20in=20solut?= =?UTF-8?q?ion=20with=20correct=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flex/07-flex-layout-2/solution/solution.css | 1 + 1 file changed, 1 insertion(+) diff --git a/flex/07-flex-layout-2/solution/solution.css b/flex/07-flex-layout-2/solution/solution.css index 3ca1867..eb082a3 100644 --- a/flex/07-flex-layout-2/solution/solution.css +++ b/flex/07-flex-layout-2/solution/solution.css @@ -50,6 +50,7 @@ body { .sidebar { flex-shrink: 0; padding: 16px; + box-sizing: border-box; } ul {