We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdfeae commit 8cb74d6Copy full SHA for 8cb74d6
1 file changed
src/components/markdown/RuleEmbed.astro
@@ -62,7 +62,7 @@ const shouldShowGroup = (groupFields: RuleFields[]): boolean => {
62
};
63
---
64
65
-<Box data-pagefind-weight={onRulePage ? undefined : 0.5}>
+<Box data-pagefind-weight={onRulePage ? undefined : 0.9}>
66
<div class="border-b mt-0">
67
<h3
68
class="m-0 text-base flex"
0 commit comments