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
Showing only changes of commit af418197a4 - Show all commits
+1 -1
View File
@@ -43,7 +43,7 @@ const { t } = useI18n();
.error-message{ .error-message{
margin: 0; margin: 0;
font-weight: 600; font-weight: 600;
font-size: 2vw; font-size: 1.75rem;
} }
#link { #link {
align-items: center; align-items: center;