Skip to content

Commit

Permalink
Tweak project intro margins
Browse files Browse the repository at this point in the history
  • Loading branch information
RobEasthope committed Aug 10, 2016
1 parent 3b2b872 commit ef63b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/base-styles/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ $project-copy-max-width: rem(620);
// margin-bottom: $base-line-height;

@media #{$medium-up} {
margin-top: $base-line-height-large * 4;
margin-bottom: $base-line-height-large * 4;
margin-top: $base-line-height-large * 2;
margin-bottom: $base-line-height-large * 2;
}

@media #{$large-up} {
margin-top: $base-line-height-large * 5;
margin-bottom: $base-line-height-large * 5;
margin-top: $base-line-height-large * 3;
margin-bottom: $base-line-height-large * 3;
}
}

Expand Down

0 comments on commit ef63b7d

Please sign in to comment.