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:
@@ -113,7 +113,7 @@
|
||||
<div class="cde" id="iconClassCode">
|
||||
<i class="devicon-{{selectedIcon.name}}-{{selectedFontIcon}}<span ng-if="colored"> colored</span>"></i><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 <i>'s <code>`font-size`</code>.</i></p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>
|
||||
@@ -150,7 +150,7 @@
|
||||
<div class="cde" id='imgCode'>
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{selectedIcon.svg[selectedSvgIndex]}}.svg" /><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 <img>'s <code>`height`</code> and <code>`width`</code>.</i></p>
|
||||
|
||||
<br />
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
<div class="cde-ind">{{selectedSvgIcon}}</div>
|
||||
</svg>
|
||||
</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 <svg>'s <code>`height`</code> and <code>`width`</code>.</i></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user