We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446f0d8 commit 064bf3cCopy full SHA for 064bf3c
1 file changed
src/components/Search.astro
@@ -53,7 +53,7 @@ const base = import.meta.env.BASE_URL;
53
background: var(--pagefind-ui-background) !important;
54
color: var(--pagefind-ui-text) !important;
55
border: 1px solid var(--pagefind-ui-border) !important;
56
- padding: 0.75rem 1rem !important;
+ padding: 0.75rem 1rem 0.75rem 2.5rem !important;
57
font-size: 1rem !important;
58
}
59
0 commit comments