Skip to content

Commit

Permalink
LIB-636 Adjust figcaption re: longer texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 24, 2023
1 parent a753a84 commit 88a9247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/themes/lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ figure {
figcaption {
color: $gray-700;
font-size: 95%;
line-height: 1rem;
line-height: 1.15rem;
margin-top: .5rem;
padding: 0.6rem 0.75rem!important;
}
}

Expand Down

0 comments on commit 88a9247

Please sign in to comment.