From 16eb18954e3162d0cf33255bef6b6b395c07c195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Gurbeto=C4=9Flu?= Date: Sun, 17 Feb 2019 12:52:52 +0300 Subject: [PATCH] Small change: remove unintentional whitespace (#34418) On other challenges, only the affected places would have a placeholder whitespace, if there is one. Removed the unnecessary ones from this challenge. --- .../use-display-flex-to-position-two-boxes.english.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes.english.md b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes.english.md index 0120f16bc5..14b44dcc04 100644 --- a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-display-flex-to-position-two-boxes.english.md @@ -44,14 +44,12 @@ tests: background-color: dodgerblue; width: 50%; height: 50%; - } #box-2 { background-color: orangered; width: 50%; height: 50%; - }