ux: update for bootstrap figure classes

This commit is contained in:
Henk Verlinde
2022-06-30 14:18:40 +02:00
parent 239aa56b68
commit ba16252b2e
3 changed files with 62 additions and 2 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 {