-
-
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
feat: responsive landing #47
feat: responsive landing #47
Conversation
…TA-Git/keyshade into responsive-landing
…TA-Git/keyshade into responsive-landing
PR Description updated to latest commit (3fd5a1d) |
PR Analysis
PR Feedback💡 General suggestions: The PR seems to be well-structured and the changes are clear. However, it would be beneficial to add screenshots or a brief video showing the responsive behavior on different screen sizes. This would help reviewers understand the visual changes without needing to pull and run the code locally. 🤖 Code feedback:
✨ Usage tips:
|
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.
Looks awesome!
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Type
Enhancement
Description
This PR introduces changes to make the landing page of the application mobile responsive. The main changes include:
PR changes walkthrough
2 files
page.tsx
apps/web/app/page.tsx
The changes in this file are primarily focused on making the
landing page mobile responsive. This includes adjustments to
div classes, flex properties, text sizes, and gaps between
elements to ensure a better fit and layout on smaller
screens.
Links.tsx
apps/web/components/Links.tsx
The text size of the description in the Links component has
been adjusted to be responsive, with a smaller size for
mobile and the original size for larger screens.
User description
Description
fix(landing-page): Make mobile responsive
Fixes #41
Dependencies
Mention any dependencies/packages used
Future Improvements
Mention any improvements to be done in future related to any file/feature
Mentions
@rajdip-b
Screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update