Skip to content

Commit

Permalink
Add bottom content margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Apr 17, 2017
1 parent b3818be commit 05530f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/main.scss
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ body > .content,
body.with-listing-chooser.listing-chooser-collapsed > .content,
body.modtools-page > .content {
width: $content-width;
margin: 10px $content-right-spacing 0 $content-left-spacing;
margin: 10px $content-right-spacing 10px $content-left-spacing;
}

body.with-listing-chooser .listing-chooser {

0 comments on commit 05530f9

Please sign in to comment.