From 53c22e5c082e0c53d9aaddb6f9d865cfb5ea4fcc Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 18 Nov 2021 20:43:44 +0100 Subject: [PATCH] Updated callout card rendering Refs https://github.com/TryGhost/Team/issues/1206 --- core/frontend/src/cards/css/callout.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/frontend/src/cards/css/callout.css b/core/frontend/src/cards/css/callout.css index af2c394fe1..ae64992481 100644 --- a/core/frontend/src/cards/css/callout.css +++ b/core/frontend/src/cards/css/callout.css @@ -47,3 +47,16 @@ line-height: 1.6; font-size: 2rem; } + +.kg-callout-text { + font-family: var(--font-serif); + font-weight: 400; + font-size: 2.1rem; + line-height: 1.6em; +} + +@media (max-width: 650px) { + .kg-callout-text { + font-size: 1.7rem; + } +}