From e7c810caf65cc0bd0fc46c442b1c417ef5a2b1d8 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Fri, 19 Nov 2021 16:00:39 +0800 Subject: [PATCH] Removed callout text specific CSS, and fixed the vertical alignment --- core/frontend/src/cards/css/callout.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/core/frontend/src/cards/css/callout.css b/core/frontend/src/cards/css/callout.css index ae64992481..a45a1629e4 100644 --- a/core/frontend/src/cards/css/callout.css +++ b/core/frontend/src/cards/css/callout.css @@ -1,5 +1,6 @@ .kg-card-callout { display: flex; + align-items: center; padding: 20px 28px; border-radius: 3px; } @@ -47,16 +48,3 @@ 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; - } -}