From 4e391951027c046764741d64bf82348252d6e8fd Mon Sep 17 00:00:00 2001 From: JungLee-Dev <122341199+JungLee-Dev@users.noreply.github.com> Date: Sat, 8 Feb 2025 07:17:49 -0700 Subject: [PATCH] fix(curriculum): delete irrelevant information in description of step 8 (#58655) --- .../613e275749ebd008e74bb62e.md | 2 -- .../workshop-accessibility-quiz/613e275749ebd008e74bb62e.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md index 2cacf805a47..ae75402084e 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/613e275749ebd008e74bb62e.md @@ -7,8 +7,6 @@ dashedName: step-8 # --description-- -A useful property of an _SVG_ (scalable vector graphics) is that it contains a `path` attribute which allows the image to be scaled without affecting the resolution of the resultant image. - Currently, the `img` is assuming its default size, which is too large. CSS has a `max` function which returns the largest of a set of comma-separated values. For example: ```css diff --git a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md index 2cacf805a47..ae75402084e 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-accessibility-quiz/613e275749ebd008e74bb62e.md @@ -7,8 +7,6 @@ dashedName: step-8 # --description-- -A useful property of an _SVG_ (scalable vector graphics) is that it contains a `path` attribute which allows the image to be scaled without affecting the resolution of the resultant image. - Currently, the `img` is assuming its default size, which is too large. CSS has a `max` function which returns the largest of a set of comma-separated values. For example: ```css