mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed callout text specific CSS, and fixed the vertical alignment
This commit is contained in:
parent
503e4c198d
commit
e7c810caf6
1 changed files with 1 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
||||||
.kg-card-callout {
|
.kg-card-callout {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding: 20px 28px;
|
padding: 20px 28px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
@ -47,16 +48,3 @@
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 2rem;
|
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