0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Callout style refinements

This commit is contained in:
Peter Zimon 2021-12-15 14:51:46 +01:00
parent 49170e7ff2
commit acd0223f5b

View file

@ -55,4 +55,8 @@
.kg-callout-card div.kg-callout-text {
font-size: .95em;
line-height: 1.5em;
}
.kg-callout-card + .kg-callout-card {
margin-top: 1em;
}