Skip to content

Commit

Permalink
update padding example bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
vitran12 committed May 20, 2024
1 parent d96366a commit b9ac741
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 1 deletion.
168 changes: 168 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/app/examples/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { HoverCardPositioner } from '@ark-ui/react';

const Examples: NextPage = () => {
return (
<Layout className="examples_page">
<Layout>
<Container
margin="auto"
width={{ sm: 'breakpoint-sm', md: 'breakpoint-md', lg: 'breakpoint-lg', xl: 'breakpoint-xl' }}
Expand Down Expand Up @@ -45,6 +45,7 @@ const Examples: NextPage = () => {
</Container>
<Box borderWidth="1px" borderBottom="1px" marginTop="28" />
<Container
paddingBottom="40"
margin="auto"
width={{ sm: 'breakpoint-sm', md: 'breakpoint-md', lg: 'breakpoint-lg', xl: 'breakpoint-xl' }}
>
Expand Down

0 comments on commit b9ac741

Please sign in to comment.