-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Several responsive design issues have been identified that degrade the mobile experience.
Issues Found
Critical
-
CoverBackground negative margins cause horizontal overflow (
app/components/CoverBackground.tsx)- Large negative margins (
-left-32,-left-[126px],-top-32) without responsive variants - Causes horizontal scroll on mobile devices
- Large negative margins (
-
Decorative elements overflow on mobile (
Portfolio.tsx,BlogPreview.tsx,Values.tsx)- Dancing star SVGs with absolute positioning and large negative offsets
- No responsive hiding — causes horizontal overflow
-
Team section images with fixed widths (
app/components/Team.tsx)- Hard-coded
width={470}on Next.js Image components
- Hard-coded
High
-
Disclosure button text not responsive (
components/Disclosure.client.tsx)- Fixed
text-2xlon all screen sizes
- Fixed
-
Stack section grid fragility (
app/components/Stack.tsx)- Arbitrary fractional grid with no tablet adjustment
-
Cover animation height inconsistencies (
app/components/Cover.tsx)
Moderate
- Blog card text not responsive (
app/components/BlogCard.tsx) - Text content without line-length constraints (multiple components)
- NotionRenderer headings/code blocks not responsive (
app/components/NotionRenderer.tsx)
Files to Update
app/components/CoverBackground.tsxapp/components/Portfolio.tsxapp/components/BlogPreview.tsxapp/components/Values.tsxapp/components/Team.tsxapp/components/Cover.tsxapp/components/Stack.tsxapp/components/BlogCard.tsxapp/components/NotionRenderer.tsxcomponents/Disclosure.client.tsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels