From 7548603b165135e7cf9c47bfe0209fb30da7645c Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 19 Jan 2023 14:40:53 -0500 Subject: [PATCH] CSR-1097 add comment for REM calculation. --- src/styles/common-typography-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-typography-styles.scss b/src/styles/common-typography-styles.scss index a1b2a5e2b..1344c53fb 100644 --- a/src/styles/common-typography-styles.scss +++ b/src/styles/common-typography-styles.scss @@ -42,7 +42,7 @@ h6, .small { font-size: 0.875rem; - line-height: 1.7142857143; + line-height: 1.7142857143; // 24px specified in Figma. REM value calculation 24px/14px=1.7142857143 font-weight: 400; }