Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix margin on brands (bug 1039828)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Jul 16, 2014
1 parent ae74425 commit f1f4c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/media/css/feed.styl
Expand Up @@ -16,7 +16,7 @@ $vertical-tile-margin = 10px;
max-width: $feed-column-width * 2;

.feed-item-item {
margin: 0;
margin: 0 0 $vertical-tile-padding;
right: none;
}
}
Expand All @@ -32,7 +32,7 @@ $vertical-tile-margin = 10px;
max-width: $feed-column-width;

.feed-item-item {
margin: 0 auto 0 auto;
margin: 0 auto $vertical-tile-padding auto;
max-width: $mobile-tile-width;
right: 0;
width: $mobile-tile-width;
Expand Down

0 comments on commit f1f4c56

Please sign in to comment.