✨ feat: add inline image CSS class
Regular images get a `block` display to be centered. This allows vertically aligned inline images. Related: #314
This commit is contained in:
parent
aef49bb225
commit
6a4f4244e0
@ -20,6 +20,11 @@ img {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.inline {
|
||||||
|
display: inline;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
figure h4 {
|
figure h4 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user