fix image captions
This commit is contained in:
parent
9727058ece
commit
f4fe0aae26
1 changed files with 3 additions and 1 deletions
|
@ -155,6 +155,7 @@ iframe {
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container a {
|
.image-container a {
|
||||||
|
@ -229,7 +230,8 @@ article h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
article ul {
|
article ul {
|
||||||
margin: 0;
|
margin-bottom: 1rem;
|
||||||
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .highlight {
|
article .highlight {
|
||||||
|
|
Loading…
Reference in a new issue