fix(fe): adjust main page design#3620
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the layout of the main page and its subcomponents (InstagramCards, NewProblemCards, and ServiceCards) by removing individual desktop padding (px-10) and centralizing layout constraints and padding (px-4, max-w-[1380px]) in the main page container. Additionally, the feature icon in ServiceCards is now aligned to the right. Feedback suggests replacing the <p> tag wrapping the feature icon with a <div> to maintain proper HTML semantic markup, and reviewing the padding strategy to prevent double-padding issues on mobile screens due to the new top-level px-4 padding.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
✅ Syncing Preview App Succeeded Application: |
Description
Before submitting the PR, please make sure you do the following
fixes #123).closes TAS-2746