We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba629 commit c4d2538Copy full SHA for c4d2538
src/templates/docs.tsx
@@ -63,7 +63,7 @@ const Divider = () => (
63
<ChakraDivider
64
my={16}
65
w="10%"
66
- borderBottomWidth="0.25rem"
+ borderBottomWidth={1}
67
borderColor="homeDivider"
68
/>
69
)
@@ -220,7 +220,7 @@ const components = {
220
221
const Contributors = (
222
props: ComponentPropsWithoutRef<typeof FileContributors>
223
-) => <FileContributors pb={{ base: 8, lg: 2 }} {...props} />
+) => <FileContributors p={{ base: 0, lg: 2 }} pb={{ base: 8, lg: 2 }} {...props} />
224
225
const DocsPage = ({
226
data: { siteData, pageData: mdx },
0 commit comments