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".
This commit is contained in:
scheals 2022-01-23 21:34:34 +01:00 committed by GitHub
parent 38c97c00b9
commit 2d36af0848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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