Daniel Bedeleanu
73dde9b40d
feat: add responsive typography scaling for desktop readability
- Add CSS clamp() for fluid font-size scaling (16px to 20px based on viewport)
- Apply responsive breakpoint classes to all components:
* text-xs → lg:text-sm xl:text-base
* text-sm → lg:text-base xl:text-lg
* text-base → lg:text-lg xl:text-xl
* text-lg → lg:text-xl xl:text-2xl
* text-xl → lg:text-2xl xl:text-3xl
* text-2xl → lg:text-3xl xl:text-4xl
* text-3xl → lg:text-4xl xl:text-5xl
- Apply responsive padding/spacing scaling proportionally
- Updated 27 component and page files
- Build verified: 6 routes, zero TypeScript errors
- Fixes readability on MacBook Pro 14" and other desktop screens without browser zoom
2026-04-19 18:03:21 +03:00
..
2026-04-19 18:03:21 +03:00
2026-04-19 18:03:21 +03:00
2026-04-17 13:41:29 +03:00
2026-04-19 11:46:44 +03:00
2026-04-19 12:31:21 +03:00
2026-04-19 17:22:50 +03:00
2026-04-19 10:18:36 +03:00
2026-04-19 18:03:21 +03:00
2026-04-17 13:00:41 +03:00
2026-04-19 10:18:36 +03:00
2026-04-18 18:49:17 +00:00
2026-04-15 20:57:01 +03:00
2026-04-13 20:32:40 +03:00
2026-04-15 17:31:58 +03:00
2026-04-10 21:51:22 +03:00
2026-04-17 11:45:36 +03:00
2026-04-19 12:21:15 +03:00
2026-04-19 08:01:05 +03:00
2026-04-19 10:08:52 +03:00
2026-04-17 13:14:09 +03:00
2026-04-19 11:46:44 +03:00
2026-04-15 19:57:06 +03:00
2026-04-19 17:32:36 +03:00
2026-04-19 09:09:33 +03:00