Skip to content

Commit

Permalink
Merge pull request #1082 from Automattic/fix/sites-spacing-5
Browse files Browse the repository at this point in the history
Sites: fix missing margin on every 3rd card in mobile
  • Loading branch information
gwwar committed Dec 1, 2015
2 parents 1530183 + 3d4d726 commit 60f99c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/stylesheets/sections/_sites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@

&:nth-child( 3n ) {
margin-right: 0;

@include breakpoint( "<480px" ) {
margin: 0;
}
}

&.has-update {
Expand Down

0 comments on commit 60f99c7

Please sign in to comment.