mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated callout card rendering
Refs https://github.com/TryGhost/Team/issues/1206
This commit is contained in:
parent
f37a5d3eff
commit
53c22e5c08
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue