Skip to content

Commit b5031ea

Browse files
committed
Fixes menu misalignment due to font changes
1 parent c59a090 commit b5031ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/doc-theme/layouts/partials/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ul class="lefttree">
1515
<li class="lefttree">
1616
<a href="/" class="beba" style="color: #1E1E3C; text-decoration: none;" >
17-
<v-icon style="color: #1E1E3C;" class="mr-1" >home</v-icon> Introduction</a>
17+
<v-icon style="color: #1E1E3C;">home</v-icon> Introduction</a>
1818
</li>
1919
</ul>
2020

0 commit comments

Comments
 (0)