Skip to content

Commit 064bf3c

Browse files
fix: search input padding for icon
1 parent 446f0d8 commit 064bf3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const base = import.meta.env.BASE_URL;
5353
background: var(--pagefind-ui-background) !important;
5454
color: var(--pagefind-ui-text) !important;
5555
border: 1px solid var(--pagefind-ui-border) !important;
56-
padding: 0.75rem 1rem !important;
56+
padding: 0.75rem 1rem 0.75rem 2.5rem !important;
5757
font-size: 1rem !important;
5858
}
5959

0 commit comments

Comments
 (0)