diff --git a/imports/ui/components/ErrorBoundary/ErrorBoundary.js b/imports/ui/components/ErrorBoundary/ErrorBoundary.js
index 542894f..cc1f95b 100644
--- a/imports/ui/components/ErrorBoundary/ErrorBoundary.js
+++ b/imports/ui/components/ErrorBoundary/ErrorBoundary.js
@@ -35,9 +35,9 @@ class ErrorBoundary extends Component {
{this.t('AppNameFull')}
{this.t('general-error-title')}
-
+
{this.t('general-error-description')}
-
+
diff --git a/imports/ui/components/ErrorBoundary/ErrorBoundary.scss b/imports/ui/components/ErrorBoundary/ErrorBoundary.scss
index 9ced77e..225e4ca 100644
--- a/imports/ui/components/ErrorBoundary/ErrorBoundary.scss
+++ b/imports/ui/components/ErrorBoundary/ErrorBoundary.scss
@@ -2,9 +2,9 @@
background-image: url('/error-background.png');
height: 100%;
min-height: 55vh;
- margin-top: 40px;
+ margin: 40px 10px 10px 10px;
}
.error-boundary > div > div > h4 {
- line-height: 1.5em;
+ line-height: 1.3em;
}