Skip to content

Commit 03729a2

Browse files
Refix: Home icon alignment in breadcrumbs
1 parent c601532 commit 03729a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ a {
16021602

16031603
/* ================= MISCELLANEOUS ================= */
16041604
/* Fix Home icon alignment with text in breadcrumbs [Docs] */
1605-
.theme-doc-breadcrumbs a.breadcrumbs__link>svg.breadcrumbHomeIcon_YNFT {
1605+
.theme-doc-breadcrumbs a.breadcrumbs__link > svg {
16061606
display: inline-block;
16071607
}
16081608

@@ -1792,4 +1792,4 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
17921792

17931793
.blog-page .margin-bottom--xl {
17941794
margin-bottom: 0rem !important;
1795-
}
1795+
}

0 commit comments

Comments
 (0)