Skip to content

Commit

Permalink
fix: image alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 28, 2019
1 parent 5449ed7 commit ed4558d
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@

.#{$prefix}--feature-card__img {
position: relative;
}

.#{$prefix}--feature-card .gatsby-resp-image-wrapper {
margin-bottom: 0;
margin-left: -1px;
margin-right: -1px;
}

.#{$prefix}--feature-card:hover
Expand Down Expand Up @@ -73,3 +71,10 @@
right: 0;
}
}

// overrides for larger breakpoints
.#{$prefix}--feature-card .gatsby-resp-image-wrapper {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

0 comments on commit ed4558d

Please sign in to comment.