From 3c1049dffaedc1ad8819b4b8b6a0a2a2ea7cc58e Mon Sep 17 00:00:00 2001 From: YogeshSharma0201 Date: Tue, 13 Mar 2018 14:09:12 +0530 Subject: [PATCH] chore(challenges): Improve description of the challenge Closes #16879 --- seed/challenges/01-responsive-web-design/css-flexbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/css-flexbox.json b/seed/challenges/01-responsive-web-design/css-flexbox.json index ebc35bdaba..5af6cbfcc9 100644 --- a/seed/challenges/01-responsive-web-design/css-flexbox.json +++ b/seed/challenges/01-responsive-web-design/css-flexbox.json @@ -1028,7 +1028,7 @@ "The default property settings are flex: 0 1 auto;.", "
", "Add the CSS property flex to both #box-1 and #box-2. Give #box-1 the values so its flex-grow is 2, its flex-shrink is 2, and its flex-basis is 150px. Give #box-2 the values so its flex-grow is 1, its flex-shrink is 1, and its flex-basis is 150px.", - "These values will cause #box-1 to be twice the size of #box-2 when the container is greater than 300px and half the size of #box-2 when the container is less than 300px. 300px is the combined size of the flex-basis values of the two boxes." + "These values will cause #box-1 to grow to fill the extra space at twice the rate of #box-2 when the container is greater than 300px and shrink at twice the rate of #box-2 when the container is less than 300px. 300px is the combined size of the flex-basis values of the two boxes." ], "challengeSeed": [ "