Skip to content

Commit

Permalink
fix: correct the search result heading style
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 4, 2023
1 parent cc28603 commit 4ec0427
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/search/scss/_result.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
margin-left: 1rem;
}

.search-result-heading {
padding-left: 1rem;
margin-top: 0.25rem;
}

.search-result-heading-icon {
margin-right: 0.25rem;

Expand Down Expand Up @@ -165,3 +160,8 @@
}
}
}

.search-result-heading {
padding-left: 1rem;
margin-top: 0.25rem;
}

0 comments on commit 4ec0427

Please sign in to comment.