Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix bottom border sizing issue on page titles example
Browse files Browse the repository at this point in the history
  • Loading branch information
iadawn committed Oct 29, 2015
1 parent 1d9c009 commit c94b208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,9 @@ $wai_grey: #333333;
display: block;
margin-bottom: 1em;
}
figure:last-child {
margin-bottom: 0;
}
@include mq($medium) {
figure {
display: inline-block;
Expand Down

0 comments on commit c94b208

Please sign in to comment.