Skip to content

Commit 4bcf721

Browse files
committed
provide icon dimensions
1 parent aaa8737 commit 4bcf721

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/language-icon.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<span class="icon">
33
<img alt="{{include.language}}"
44
src="images/devicons/{{include.icon}}"
5-
height="75px" />
5+
height="75px"
6+
width="75px"/>
67
</span>
78
</li>

_includes/modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="{{include.id}}" class="modal">
22
<div id="btn-close-modal" class="close-{{include.id}}">
3-
<img src="css/images/close.svg" alt="close" height="35px"/>
3+
<img src="css/images/close.svg" alt="close" height="35px" width="35px"/>
44
</div>
55
<div class="modal-content">
66
<h3>{{include.title}}</h3>

0 commit comments

Comments
 (0)