Skip to content

Commit

Permalink
fix(fp-1542): figure img margin for link img's too (#25)
Browse files Browse the repository at this point in the history
* fix(fp-1542): figure img margin for link img's too

* fix(fp-1542): better selector
  • Loading branch information
wesleyboar authored May 24, 2022
1 parent 16c8873 commit ed1e102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/_imports/elements/figure.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Reference:
Styleguide Elements.TextContent.Figure
*/

figure > a > img,
figure > img {
margin-bottom: 20px;
}
Expand Down

0 comments on commit ed1e102

Please sign in to comment.