Skip to content

Commit e42e413

Browse files
fix: remove NavBar CSS that was interfering with algolia (#628)
1 parent b25f99b commit e42e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/components/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $navbar-horizontal-padding = 1.5rem;
108108
padding: $navbar-vertical-padding $navbar-horizontal-padding;
109109
line-height: $navbarHeight - 1.4rem;
110110
111-
a, span, img {
111+
a, img {
112112
display: inline-block;
113113
}
114114

0 commit comments

Comments
 (0)