From af418197a4cde1d36f2cf7ecd6bac5860056ce47 Mon Sep 17 00:00:00 2001 From: "Johannes D. Vos" Date: Thu, 4 Jun 2026 18:41:15 +0200 Subject: [PATCH] style(not-found): replace 2vw font size with stable 1.75rem dimension --- src/views/NotFound.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index beb70fa..9f441e8 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -43,7 +43,7 @@ const { t } = useI18n(); .error-message{ margin: 0; font-weight: 600; - font-size: 2vw; + font-size: 1.75rem; } #link { align-items: center; -- 2.39.5