From d03e2ac2e81fdb6802100e1a0ef51b82d85afd6b Mon Sep 17 00:00:00 2001 From: Luc Mosser Date: Tue, 4 Oct 2022 19:09:24 +0200 Subject: [PATCH] fix(curriculum): fix the text going against the guidelines In step 20 of building a skyline project (#47819) Update 6153a3952facd25a83fe8083.md Changing the Text In step 18 of building a skyline project #47817 --- .../6153a3952facd25a83fe8083.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3952facd25a83fe8083.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3952facd25a83fe8083.md index da59660a8c8..5dc832ce2bd 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3952facd25a83fe8083.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-flexbox-by-building-a-photo-gallery/6153a3952facd25a83fe8083.md @@ -7,7 +7,7 @@ dashedName: step-20 # --description-- -The `::after` pseudo-element creates an element that is the last child of the selected element. We can use it to add an empty element after the last image. If we give it the same `width` as the images it will push the last image to the left when the gallery is in a two-column layout. Right now, it is in the center because we set `justify-content: center` on the flex container. +The `::after` pseudo-element creates an element that is the last child of the selected element. You can use it to add an empty element after the last image. If you give it the same `width` as the images it will push the last image to the left when the gallery is in a two-column layout. Right now, it is in the center because you set `justify-content: center` on the flex container. Example: