Styling in error message on mobile

This commit is contained in:
vjrj 2018-02-12 20:00:45 +01:00
parent a7f9e51b5f
commit bc4201ffe6
2 changed files with 4 additions and 4 deletions

View file

@ -35,9 +35,9 @@ class ErrorBoundary extends Component {
<Col xs={12} sm={6} md={5} lg={4}>
<h1 className="page-header">{this.t('AppNameFull')}</h1>
<h4 className="page-header">{this.t('general-error-title')}</h4>
<Row>
<p>
{this.t('general-error-description')}
</Row>
</p>
</Col>
</Row>
</div>