Skip to content

Commit

Permalink
✨ increase margin-top for captions when image has outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed May 20, 2024
1 parent d71f3f2 commit 27abcfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/gdocs/components/centered-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ h3.article-block__heading {
}
}

.image--has-outline + .article-block__image-caption {
margin-top: 8px;
}

.article-block__image-caption {
@include body-3-medium-italic;
color: $blue-60;
Expand Down

0 comments on commit 27abcfc

Please sign in to comment.