Fix(not-found): font scaling on not found page #115

Merged
jakob.scheid merged 1 commits from feature/fix-not-found-font-scaling into main 2026-06-04 18:54:44 +02:00
Member

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.
## 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
johannes.vos added the
Priority
High
2
Kind/Feature
labels 2026-06-04 18:42:16 +02:00
johannes.vos self-assigned this 2026-06-04 18:42:16 +02:00
johannes.vos added this to the Project Board project 2026-06-04 18:42:16 +02:00
johannes.vos added 1 commit 2026-06-04 18:42:16 +02:00
johannes.vos moved this to Review in Project Board on 2026-06-04 18:42:25 +02:00
jakob.scheid approved these changes 2026-06-04 18:54:35 +02:00
jakob.scheid merged commit a9f805e1fd into main 2026-06-04 18:54:44 +02:00
jakob.scheid deleted branch feature/fix-not-found-font-scaling 2026-06-04 18:54:44 +02:00
jakob.scheid moved this to Done in Project Board on 2026-06-04 18:55:11 +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 page 2026-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 page 2026-07-20 12:28:58 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#115