mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
Updated callout card rendering
Refs https://github.com/TryGhost/Team/issues/1206
This commit is contained in:
parent
f37a5d3eff
commit
53c22e5c08
@ -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…
Reference in New Issue
Block a user