From c8ca831353198a8ea7af9e7bb7bd6dd476178a22 Mon Sep 17 00:00:00 2001 From: SoumyadebMisra Date: Tue, 11 Oct 2022 20:22:56 +0530 Subject: [PATCH] fix(curriculum): colored markers - clarify meta tag description (#47281) * Update 616965351e74d4689eb6de30.md fixes #47266 Specified that a new `meta` tag is to be added and added the reason for doing so. * fix: update wording Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com> --- .../616965351e74d4689eb6de30.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/616965351e74d4689eb6de30.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/616965351e74d4689eb6de30.md index 2854b83b181..d62435a1ec8 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/616965351e74d4689eb6de30.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-colors-by-building-a-set-of-colored-markers/616965351e74d4689eb6de30.md @@ -7,9 +7,7 @@ dashedName: step-5 # --description-- -Finally, use a `viewport` `` tag to make sure your page looks the same on all devices. - -Nest a self-closing `meta` element within the `head`. Give it a `name` attribute set to `viewport` and a `content` attribute set to `width=device-width, initial-scale=1.0`. +Add another self-closing `meta` element within the `head`. Give it a `name` attribute set to `viewport` and a `content` attribute set to `width=device-width, initial-scale=1.0` so your page looks the same on all devices. # --hints--