From 88a924788304d3a1db2ee14b3c4a5c6e96e2cef2 Mon Sep 17 00:00:00 2001 From: Jeremy McDermott Date: Tue, 24 Oct 2023 08:59:44 -0300 Subject: [PATCH] LIB-636 Adjust figcaption re: longer texts --- custom/themes/lib_unb_ca/src/scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/themes/lib_unb_ca/src/scss/style.scss b/custom/themes/lib_unb_ca/src/scss/style.scss index 7f6f25d8..bc816a00 100644 --- a/custom/themes/lib_unb_ca/src/scss/style.scss +++ b/custom/themes/lib_unb_ca/src/scss/style.scss @@ -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; } }