Skip to content

Commit

Permalink
Shorten instruction for size adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Boi committed Jan 17, 2022
1 parent 8dc9eb4 commit a4fe133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h4>
<div class="cde" id="iconClassCode">
&lt;i class="devicon-{{selectedIcon.name}}-{{selectedFontIcon}}<span ng-if="colored"> colored</span>"&gt;&lt;/i&gt;<br />
</div>
<p><i>*To change the size, change the <code>i</code> element's <code>font-size</code> attribute.</i></p>
<p><i>*To change the size, change the &lt;i&gt;'s <code>`font-size`</code>.</i></p>
</li>
<li>
<h4>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4>
<div class="cde" id='imgCode'>
&lt;img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{selectedIcon.svg[selectedSvgIndex]}}.svg" /&gt;<br />
</div>
<p><i>*To change the size, change the <code>img</code>'s <code>height</code> and <code>width</code> attributes.</i></p>
<p><i>*To change the size, change the &lt;img&gt;'s <code>`height`</code> and <code>`width`</code>.</i></p>

<br />

Expand All @@ -166,7 +166,7 @@ <h4>
<div class="cde-ind">{{selectedSvgIcon}}</div>
&lt;/svg&gt;
</div>
<p><i>*To change the size, change the <code>svg</code>'s <code>height</code> and <code>width</code> attributes.</i></p>
<p><i>*To change the size, change the &lt;svg&gt;'s <code>`height`</code> and <code>`width`</code>.</i></p>
</li>
</ul>

Expand Down

0 comments on commit a4fe133

Please sign in to comment.