Updated callout card rendering

Refs https://github.com/TryGhost/Team/issues/1206
This commit is contained in:
Sanne de Vries 2021-11-18 20:43:44 +01:00
parent f37a5d3eff
commit 53c22e5c08

View File

@ -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;
}
}