Move main content padding frm the app root component to the views

This commit is contained in:
2026-05-23 11:51:49 +02:00
parent f354c1867c
commit 1ebf5780d2
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const { t } = useI18n();
</script>
<template>
<div class="not-found">
<div class="not-found main-content-padding">
<span class="error-message">
{{ t('error.pageNotFound') }}
</span>