Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bcf721

Browse files
committed
provide icon dimensions
1 parentaaa8737 commit4bcf721

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
<spanclass="icon">
33
<imgalt="{{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
<divid="{{include.id}}"class="modal">
22
<divid="btn-close-modal"class="close-{{include.id}}">
3-
<imgsrc="css/images/close.svg"alt="close"height="35px"/>
3+
<imgsrc="css/images/close.svg"alt="close"height="35px"width="35px"/>
44
</div>
55
<divclass="modal-content">
66
<h3>{{include.title}}</h3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp