1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-11 09:04:27 +02:00

Shorten instruction for size adjustment

This commit is contained in:
Thomas Bui
2022-01-17 10:06:55 -08:00
parent 8dc9eb4465
commit a4fe13311c

View File

@@ -113,7 +113,7 @@
<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>
@@ -150,7 +150,7 @@
<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 />
@@ -166,7 +166,7 @@
<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>