Skip to content

Commit

Permalink
style: add padding-x for search button
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Dec 5, 2022
1 parent ea6c511 commit ad2d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header/search-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
{{- $indexURL = $index.Permalink }}
{{- end -}}
<hr class="vr d-none d-xxl-block ms-xxl-1">
<div class="search-button d-flex align-items-center me-1 me-md-0" data-search-index="{{ $indexURL }}"></div>
<div class="search-button d-flex align-items-center me-1 me-md-0 px-2" data-search-index="{{ $indexURL }}"></div>
{{- end -}}

0 comments on commit ad2d108

Please sign in to comment.