remove top and bottom padding

This commit is contained in:
Simon Cossar 2015-07-20 01:01:55 -07:00
parent 8840a611ab
commit c8085cf576
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ img.avatar {
@extend .clearfix; @extend .clearfix;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding: 8px; padding: 0 8px;
.contents { .contents {
position: relative; position: relative;
} }