Merge pull request 'Fix font scaling on Not Found page by removing vw units' (#115) from feature/fix-not-found-font-scaling into main
Deploy on dev / Deploy on dev (push) Successful in 39s

Reviewed-on: #115
Reviewed-by: Jakob Scheid
This commit was merged in pull request #115.
This commit is contained in:
2026-06-04 18:54:44 +02:00
committed by Gitea
+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;