remove top and bottom padding

This commit is contained in:
Simon Cossar 2015-07-20 01:01:55 -07:00
parent 8840a611ab
commit c8085cf576

View File

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