This PR addresses the issue where the "Not Found" page looked distorted due to font sizes scaling relative to the viewport (vw/vh).
The typography has been refactored to use standard rem units, ensuring consistent, crisp legibility across both mobile screens and large desktop monitors without breaking layout proportions.
Implemented stable, accessible text sizes using rem.
## Description
This PR addresses the issue where the "Not Found" page looked distorted due to font sizes scaling relative to the viewport (`vw`/`vh`).
The typography has been refactored to use standard `rem` units, ensuring consistent, crisp legibility across both mobile screens and large desktop monitors without breaking layout proportions.
## Related Issues
Closes #114
## Changes
- **`src/views/NotFoundView.vue`**:
- Removed viewport-relative text sizing.
- Implemented stable, accessible text sizes using `rem`.
johannes.vos
added this to the 0.1.0 milestone 2026-06-04 18:42:16 +02:00
jakob.scheid
changed title from Fix font scaling on Not Found page by removing vw units to Fix: font scaling on not found page2026-07-20 12:19:26 +02:00
jakob.scheid
changed title from Fix: font scaling on not found page to Fix(not-found): font scaling on not found page2026-07-20 12:28:58 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
This PR addresses the issue where the "Not Found" page looked distorted due to font sizes scaling relative to the viewport (
vw/vh).The typography has been refactored to use standard
remunits, ensuring consistent, crisp legibility across both mobile screens and large desktop monitors without breaking layout proportions.Related Issues
Closes #114
Changes
src/views/NotFoundView.vue:rem.Fix font scaling on Not Found page by removing vw unitsto Fix: font scaling on not found pageFix: font scaling on not found pageto Fix(not-found): font scaling on not found page