Default card style updates

- fixed video styles for small videos
- cleaned up callout card typography spacings
This commit is contained in:
Peter Zimon 2021-12-15 13:39:45 +01:00
parent 306e565fc1
commit 45066b11fd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -15,7 +15,8 @@
.kg-video-container {
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.kg-video-overlay {