Skip to content

Commit

Permalink
ENH make search result heading a bit away from the search input box (#…
Browse files Browse the repository at this point in the history
…1690)

ENH make search result heading a bit away from the search box
  • Loading branch information
Charlie-XIAO authored Jan 31, 2024
1 parent 11af3fc commit b046785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydata_sphinx_theme/assets/styles/pages/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
div#search-results {
> h2 {
font-size: var(--pst-font-size-icon);
margin-top: 0;
margin-top: 1rem;
}

p.search-summary {
Expand Down

0 comments on commit b046785

Please sign in to comment.