SPR-908: padding in small mobile

This commit is contained in:
Silke Pisulla 2017-03-22 12:32:57 +01:00
commit b2b72e7678
3 changed files with 47 additions and 3 deletions

View file

@ -15,6 +15,11 @@
background-color: @background_page-header;
}
@media @screen_max-xs {
padding-left: @margin-small;
padding-right: .75rem;
}
> p {
font-size: @font-size-small;
margin: 0;