Merge pull request #809 from h-enk/images

Better image support
This commit is contained in:
Henk Verlinde
2022-07-05 10:03:19 +02:00
committed by GitHub
8 changed files with 53 additions and 44 deletions

View File

@ -1,5 +1,19 @@
figure {
margin: 2rem 0;
margin: 0 0 1rem;
display: inline-block;
}
figure img {
margin-bottom: 0.5rem;
line-height: 1;
max-width: 100%;
height: auto;
}
figure figcaption {
margin: 0.25rem 0 0.75rem;
font-size: 0.875em;
color: #6c757d;
}
.figure-caption {