diff --git a/curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef1835b7772808b7185d11.md b/curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef1835b7772808b7185d11.md index b596d756b53..8bd1871ac97 100644 --- a/curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef1835b7772808b7185d11.md +++ b/curriculum/challenges/english/blocks/workshop-colorful-boxes/68ef1835b7772808b7185d11.md @@ -7,7 +7,7 @@ dashedName: step-27 # --description-- -With the `space-around` value, items are evenly distributed within the alignment container. To see it in action, change the `align-content` value from `end` to `space-around`. +With the `space-around` value, items are evenly distributed within the alignment container. Each item has equal space on both sides, but the space at the start and end edges is half the space between two adjacent items. To see it in action, change the `align-content` value from `end` to `space-around`. # --hints--