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

Removed callout text specific CSS, and fixed the vertical alignment

This commit is contained in:
Sodbileg Gansukh 2021-11-19 16:00:39 +08:00
parent 503e4c198d
commit e7c810caf6

View file

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