From 20f88de5408b6efb0f9982ea378d2b918a7ae901 Mon Sep 17 00:00:00 2001 From: c0d1ng_ma5ter Date: Thu, 12 Mar 2026 13:26:18 -0600 Subject: [PATCH] fix(curriculum): Clarify what a `space-around` value of `align-content` does (#66397) --- .../blocks/workshop-colorful-boxes/68ef1835b7772808b7185d11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--