mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Default card style updates
- fixed video styles for small videos - cleaned up callout card typography spacings
This commit is contained in:
parent
306e565fc1
commit
45066b11fd
@ -48,12 +48,11 @@
|
||||
|
||||
.kg-callout-card div.kg-callout-emoji {
|
||||
padding-right: .8em;
|
||||
line-height: 1.45em;
|
||||
line-height: 1.25em;
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
.kg-callout-card div.kg-callout-text {
|
||||
font-size: .95em;
|
||||
line-height: 1.5em;
|
||||
margin-top: 0.15em;
|
||||
}
|
@ -15,7 +15,8 @@
|
||||
.kg-video-container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.kg-video-overlay {
|
||||
|
Loading…
Reference in New Issue
Block a user