From 16379dbfbcbffe5f58c9e00dc6196b8387cab935 Mon Sep 17 00:00:00 2001 From: scheals <95084627+scheals@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:08:23 +0100 Subject: [PATCH] Refine wording of the hint Remove a step of abstraction about cards "knowing" so the hint directly references defining space of cards. Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> --- flex/07-flex-layout-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex/07-flex-layout-2/README.md b/flex/07-flex-layout-2/README.md index df82525..30a8346 100644 --- a/flex/07-flex-layout-2/README.md +++ b/flex/07-flex-layout-2/README.md @@ -8,7 +8,7 @@ As with the previous exercise, we've left a little more for you to do. - You will need to change the flex-direction to push the footer down. - You will need to add some divs as containers to get things to line up correctly. - `flex-wrap` will help get the cards aligned correctly. -- Make sure cards know how much space they should take for `flex-wrap` to work as intended. +- Make sure you define how much space the cards should take up, in order for `flex-wrap` to work as intended. ## Desired outcome