Skip to content

Commit

Permalink
Merge pull request #427 from DFurnes/figure-margin-mobile
Browse files Browse the repository at this point in the history
Add a bottom margin to figure blocks on mobile.
  • Loading branch information
DFurnes committed Feb 3, 2015
2 parents f4b678d + 89d1160 commit 3b39883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_modules/_figure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
.figure {
text-align: center;

@include media($mobile) {
margin-bottom: ($base-spacing * 2);
}

> .wrapper {
display: block;
overflow: hidden;
Expand Down

0 comments on commit 3b39883

Please sign in to comment.