Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89d67d6

Browse files
committed
chore: fixed the size of the images as suggested by lighthouse
1 parent c4cf97b commit 89d67d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
padding-left: 1.5em;
3939
}
4040
.icon {
41-
width: 30px;
41+
width: 2.5em;
42+
height: 2.5em;
4243
margin-right: 10px;
4344
}
4445
.logo {
@@ -84,9 +85,9 @@
8485
</p>
8586
<!-- icons -->
8687
<div class="icons-container">
87-
<a href="https://github.com/libdebug/libdebug" target="_blank"><img src="./images/github-mark/github-mark.png" alt="GitHub" style="width: 30px; margin-right: 10px;"></a>
88-
<a href="https://docs.libdebug.org/" target="_blank"><img src="./images/logo-dark.png" alt="Docs" style="width: 30px; margin-right: 10px;"></a>
89-
<a href="https://pypi.org/project/libdebug/" target="_blank"><img src="./images/pypi.png" alt="PyPI" style="width: 30px; margin-right: 10px;"></a>
88+
<a href="https://github.com/libdebug/libdebug" target="_blank"><img src="./images/github-mark/github-mark.png" alt="GitHub" class="icon"></a>
89+
<a href="https://docs.libdebug.org/" target="_blank"><img src="./images/logo-dark.png" alt="Docs" class="icon"></a>
90+
<a href="https://pypi.org/project/libdebug/" target="_blank"><img src="./images/pypi.png" alt="PyPI" class="icon"></a>
9091
</div>
9192
</div>
9293
</body>

0 commit comments

Comments
 (0)