Skip to content

Commit

Permalink
Fixing h3 margins (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 4, 2018
1 parent ab5af15 commit ce44a19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/_components/recipe-card/recipe-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
}

h3 {
margin: 15px;
margin-bottom: 45px;
margin: 15px 15px 45px 15px;
}

.tall-card h3 {
Expand Down

0 comments on commit ce44a19

Please sign in to comment.