Skip to content

Commit b046785

Browse files
authored
ENH make search result heading a bit away from the search input box (#1690)
ENH make search result heading a bit away from the search box
1 parent 11af3fc commit b046785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/assets/styles/pages/_search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
div#search-results {
1111
> h2 {
1212
font-size: var(--pst-font-size-icon);
13-
margin-top: 0;
13+
margin-top: 1rem;
1414
}
1515

1616
p.search-summary {

0 commit comments

Comments
 (0)