Skip to content

Commit c4d2538

Browse files
authored
Apply suggestions from code review
1 parent 77ba629 commit c4d2538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/docs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const Divider = () => (
6363
<ChakraDivider
6464
my={16}
6565
w="10%"
66-
borderBottomWidth="0.25rem"
66+
borderBottomWidth={1}
6767
borderColor="homeDivider"
6868
/>
6969
)
@@ -220,7 +220,7 @@ const components = {
220220

221221
const Contributors = (
222222
props: ComponentPropsWithoutRef<typeof FileContributors>
223-
) => <FileContributors pb={{ base: 8, lg: 2 }} {...props} />
223+
) => <FileContributors p={{ base: 0, lg: 2 }} pb={{ base: 8, lg: 2 }} {...props} />
224224

225225
const DocsPage = ({
226226
data: { siteData, pageData: mdx },

0 commit comments

Comments
 (0)