From 2d36af0848a4becad4e5ea23f7c29367ab32516e Mon Sep 17 00:00:00 2001 From: scheals <95084627+scheals@users.noreply.github.com> Date: Sun, 23 Jan 2022 21:34:34 +0100 Subject: [PATCH] Change wording of the hint This is to avoid the wrong idea that flex-wrap without defined space of items it affects is working "incorrectly". --- 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 3c7316b..df82525 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 correctly. +- Make sure cards know how much space they should take for `flex-wrap` to work as intended. ## Desired outcome