Skip to content

Commit

Permalink
fix: caption styles (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed Mar 20, 2024
1 parent ba2e9af commit 3511ce6
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -3,6 +3,11 @@
--space: #{$spacing-05};
}

div .caption * {
@include type-style('body-short-01');
display: inline;
}

// Responsive by default
.caption-responsive {
// 6/8 columns
Expand Down

0 comments on commit 3511ce6

Please sign in to comment.