Skip to content

Commit 00a8484

Browse files
page border style
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent de21b31 commit 00a8484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Page = (props: ChildOnlyProp & Pick<FlexProps, "dir">) => (
5050
<Flex
5151
direction="column"
5252
w="full"
53-
border="1px"
53+
borderBottom="1px"
5454
borderColor="border"
5555
{...props}
5656
/>

0 commit comments

Comments
 (0)