From a1359c243e4ce86b1c96dd7d674d2566c396911e Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Fri, 2 Feb 2024 13:08:55 +0100 Subject: [PATCH] style(attestation): fix h3 font-size --- app/assets/stylesheets/attestation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/attestation.scss b/app/assets/stylesheets/attestation.scss index 15436fdd3..1a2b1088a 100644 --- a/app/assets/stylesheets/attestation.scss +++ b/app/assets/stylesheets/attestation.scss @@ -144,7 +144,7 @@ } h3 { - font-size: 8pt; + font-size: 11pt; font-weight: normal; line-height: 3pt; }