Fix font scaling on Not Found page by removing vw units #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 mvp-frontend milestone 2026-06-04 18:42:16 +02:00
johannes.vos added the
prio
high
type
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 MVP Frontend 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 MVP Frontend 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 MVP Frontend on 2026-06-04 18:55:11 +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