style(not-found): replace 2vw font size with stable 1.75rem dimension

This commit is contained in:
2026-06-04 18:41:15 +02:00
parent 8a718b4bab
commit af418197a4
+1 -1
View File
@@ -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;