From a4fe13311cefd68059f13eb0d4cb8c37b7650d69 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Mon, 17 Jan 2022 10:06:55 -0800 Subject: [PATCH] Shorten instruction for size adjustment --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 29cf0d6d..6b3b645e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -113,7 +113,7 @@
<i class="devicon-{{selectedIcon.name}}-{{selectedFontIcon}} colored"></i>
-

*To change the size, change the i element's font-size attribute.

+

*To change the size, change the <i>'s `font-size`.

  • @@ -150,7 +150,7 @@
    <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{selectedIcon.svg[selectedSvgIndex]}}.svg" />
    -

    *To change the size, change the img's height and width attributes.

    +

    *To change the size, change the <img>'s `height` and `width`.


    @@ -166,7 +166,7 @@
    {{selectedSvgIcon}}
    </svg> -

    *To change the size, change the svg's height and width attributes.

    +

    *To change the size, change the <svg>'s `height` and `width`.