add padding to fullscreenMessage

to don't stick to the sides of the content container when the text is long or the container small
This commit is contained in:
Felix Niklas 2015-01-16 12:40:15 +01:00
parent d4cb8a6b57
commit c593ecf01e

View file

@ -767,6 +767,7 @@ textarea,
}
.fullscreenMessage {
padding: 22px;
@extend .centered;
.icon {