add horizontal padding to mail-list footer in mobile/tablet mode

This commit is contained in:
Mario Volke 2014-11-20 15:15:57 +01:00
parent f11d4e8df3
commit 5109ccd899
1 changed files with 6 additions and 1 deletions

View File

@ -83,8 +83,13 @@
font-size: $font-size-smaller;
color: $color-text;
line-height: $footer-height;
border-top: 1px solid $color-border-light;
&:before {
content: '';
display: block;
height: 0;
border-top: 1px solid $color-border-light;
}
svg {
display: inline-block;
height: 1.5em;