generated from Seekra/repository-template
Fix font scaling on Not Found page by removing vw units #115
Reference in New Issue
Block a user
Delete Branch "feature/fix-not-found-font-scaling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.