mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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
2 changed files with 3 additions and 3 deletions
|
@ -48,12 +48,11 @@
|
||||||
|
|
||||||
.kg-callout-card div.kg-callout-emoji {
|
.kg-callout-card div.kg-callout-emoji {
|
||||||
padding-right: .8em;
|
padding-right: .8em;
|
||||||
line-height: 1.45em;
|
line-height: 1.25em;
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-callout-card div.kg-callout-text {
|
.kg-callout-card div.kg-callout-text {
|
||||||
font-size: .95em;
|
font-size: .95em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
margin-top: 0.15em;
|
|
||||||
}
|
}
|
|
@ -15,7 +15,8 @@
|
||||||
.kg-video-container {
|
.kg-video-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-video-overlay {
|
.kg-video-overlay {
|
||||||
|
|
Loading…
Reference in a new issue