Skip to content

Commit 7e6ddf6

Browse files
authored
fix: fixed navbar github link vertical alignment with downloads (#20)
1 parent 61de1d9 commit 7e6ddf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@
14431443
alt="Downloads" width="90" height="20" class="nav-badge badge-desktop">
14441444
<img src="https://img.shields.io/github/downloads/Bharath-code/git-scope/total?style=flat-square&color=7C3AED&label=DL"
14451445
alt="Downloads" width="50" height="20" class="nav-badge badge-mobile">
1446-
<a href="https://github.com/Bharath-code/git-scope" target="_blank" style="text-decoration: none;"
1446+
<a href="https://github.com/Bharath-code/git-scope" target="_blank" style="text-decoration: none; display: flex; align-items: center;"
14471447
id="nav-github-link">
14481448
<img src="https://img.shields.io/github/stars/Bharath-code/git-scope?style=social"
14491449
alt="GitHub Stars" width="80" height="20" class="nav-badge">

0 commit comments

Comments
 (0)