From d204decc98e135ea267a460e8a0aa97a74515c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 1 Aug 2019 09:48:14 -0400 Subject: [PATCH] reduce the weight of the 'Just one more thing' font --- agaric/sass/agaric/_component.related.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agaric/sass/agaric/_component.related.scss b/agaric/sass/agaric/_component.related.scss index 2f6b6ae..0ca4cbe 100644 --- a/agaric/sass/agaric/_component.related.scss +++ b/agaric/sass/agaric/_component.related.scss @@ -19,3 +19,9 @@ border-top: 0; } } + +.section.related .title.is-5 { + font-size: 1.1rem; + line-height: 1.25em; + font-weight: normal; // TODO just remove the '.title' instead. +}