-
Notifications
You must be signed in to change notification settings - Fork 116
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
Fix the weight of first section #1032
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis pull request updates the layout in the Home.module.css file. The .screen class now utilizes flexbox with centered justification for its children, while the .wrapperScreen class is modified to have a fixed maximum width of 1440px and centered margins. These changes adjust the content alignment and constrain its width for larger screens. Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@supreme2580 is attempting to deploy a commit to the LFG Labs Team on Vercel. A member of the Team first needs to authorize it. |
@Kevils Hi I am unable to set labels to "ready for review" but it is ready for review |
also @Kevils does first section mean the header should be constrained 1440px or did you mean the body? (because I wrapped the body to fit a max width of 1440px) |
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.
As written in the issue, please add close: #<issueNumber>
to your PR's description. Else I don't know what is your PR for
Hi @Marchand-Nicolas I've changed it from 'closes' to 'close' |
Thanks, didn't see the previous one because it was at the end of the desc sorry |
No problem boss, thank you
…On Tue, Feb 11, 2025 at 12:54 PM Nico ***@***.***> wrote:
Thanks, didn't see the previous one because it was at the end of the desc
sorry
—
Reply to this email directly, view it on GitHub
<#1032 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYAQUBMGHOBN3KP3QVPJK3L2PHQHFAVCNFSM6AAAAABWXYRV2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNJQGU4DOMRSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
Perfect lgtm!
Close: #1017
Added a 1440px constraint to /pages/index.tsx by updating /styles/Home.module.css from
to
Summary by CodeRabbit