You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(a11y): increase font size for desktop/tablet readability (#95)
## Summary
- Increases minimum font size from 12px to 14px for improved readability
on tablet and desktop viewports
- Updates `text-xs` Tailwind class to `text-sm` in affected components
- Updates ROADMAP.md to mark issue #65 as completed
Closes#65
## Changes
### Font Size Updates
| Component | Location | Before | After |
|-----------|----------|--------|-------|
| ContactEmailForm.tsx:316 | Character counter | `text-xs` (12px) |
`text-sm` (14px) |
| Footer.tsx:8 | Copyright text | `text-xs` (12px) | `text-sm` (14px) |
### Typography Best Practices Applied
- Body text: 16px minimum (unchanged, already compliant)
- Secondary text: 14px minimum (updated from 12px)
- Using Tailwind's `text-sm` class (0.875rem = 14px)
## Test plan
- [x] ESLint passes
- [x] Production build successful
- [x] No instances of `text-xs` remaining in source files
- [x] Visual hierarchy maintained
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: ROADMAP.md
+70-19Lines changed: 70 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Executive Summary
4
4
5
-
This roadmap outlines the development plan for Tyler Earls' portfolio website, focusing on performance optimization, modern React tooling, and enhanced user experience. The project has **completed Phase 5 (React Compiler Integration)**, **Phase 6 (CI/CD setup)**, **Phase 7 (Accessibility & Core Web Vitals)**, and **Phase 8 (GitOps Feature Flags)**, with **7 open low-priority issues** remaining.
5
+
This roadmap outlines the development plan for Tyler Earls' portfolio website, focusing on performance optimization, modern React tooling, and enhanced user experience. The project has **completed Phase 5 (React Compiler Integration)**, **Phase 6 (CI/CD setup)**, **Phase 7 (Accessibility & Core Web Vitals)**, and **Phase 8 (GitOps Feature Flags)**, with **6 open low-priority issues** remaining.
6
6
7
7
**Current Focus**: All critical, high, and medium priority work complete! Only low-priority enhancements and research spikes remain. The portfolio is production-ready with comprehensive accessibility compliance, feature flag infrastructure, and CI/CD automation.
8
8
@@ -21,7 +21,7 @@ This roadmap outlines the development plan for Tyler Earls' portfolio website, f
0 commit comments