We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8737 commit 4bcf721Copy full SHA for 4bcf721
_includes/language-icon.html
@@ -2,6 +2,7 @@
2
<span class="icon">
3
<img alt="{{include.language}}"
4
src="images/devicons/{{include.icon}}"
5
- height="75px" />
+ height="75px"
6
+ width="75px"/>
7
</span>
8
</li>
_includes/modal.html
@@ -1,6 +1,6 @@
1
<div id="{{include.id}}" class="modal">
<div id="btn-close-modal" class="close-{{include.id}}">
- <img src="css/images/close.svg" alt="close" height="35px"/>
+ <img src="css/images/close.svg" alt="close" height="35px" width="35px"/>
</div>
<div class="modal-content">
<h3>{{include.title}}</h3>
0 commit comments