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>
This commit is contained in:
SoumyadebMisra
2022-10-11 20:22:56 +05:30
committed by GitHub
parent d327f9c821
commit c8ca831353

View File

@@ -7,9 +7,7 @@ dashedName: step-5
# --description--
Finally, use a `viewport` `<meta>` 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--