diff --git a/flex/07-flex-layout-2/solution/solution.css b/flex/07-flex-layout-2/solution/solution.css index eb082a3..6355f53 100644 --- a/flex/07-flex-layout-2/solution/solution.css +++ b/flex/07-flex-layout-2/solution/solution.css @@ -19,6 +19,7 @@ body { .sidebar { width: 300px; background: royalblue; + box-sizing: border-box; } .card { @@ -50,7 +51,6 @@ body { .sidebar { flex-shrink: 0; padding: 16px; - box-sizing: border-box; } ul { diff --git a/flex/07-flex-layout-2/style.css b/flex/07-flex-layout-2/style.css index 7516f6b..6caf04c 100644 --- a/flex/07-flex-layout-2/style.css +++ b/flex/07-flex-layout-2/style.css @@ -19,6 +19,7 @@ body { .sidebar { width: 300px; background: royalblue; + box-sizing: border-box; } .card {