Problem
On mobile viewports:
- The "Open Source Software Development" card text gets cut off in the landing page "Our Work" cards section — the title is too long for narrow screens
- "Who We Are" section heading peeks in but the scroll indicator arrow is not visible
- Cards may not stack cleanly at all breakpoints
Proposed Solution
- Test all pages at 375px, 414px, 768px widths
- Adjust card grid breakpoints and text sizing for narrow screens
- Consider shorter card titles on mobile or wrapping adjustments
- Review hero height and scroll indicator positioning on mobile
- Check contact page form layout on narrow screens
The custom layouts are in layouts/index.html and layouts/form/split-right.html — both have a basic @media (max-width: 480px) rule that likely needs expanding.
Problem
On mobile viewports:
Proposed Solution
The custom layouts are in
layouts/index.htmlandlayouts/form/split-right.html— both have a basic@media (max-width: 480px)rule that likely needs expanding.