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`.