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

@ -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;
}