-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(landing): add examples section #160
Conversation
overflow: "hidden", | ||
}} | ||
> | ||
<Text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a component SectionTitle
with these exact styles.
width: "100%", | ||
}} | ||
> | ||
<SandpackExampleProvider> | ||
<Box |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could use the section wrapper that is shared between the other components. It handles the layout so it's always centered on bigger screens. The content is misaligned on bigger breakpoints, below is a screenshot from my screen (3440x1440):
The Section
is a wrapper that takes the whole viewport and aligns everything to the center, then there's a SectionContainer
where the content will live that takes up to 2560px of the screen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks excellent! Nice work. :)
No description provided.