add figure caption scss

This commit is contained in:
Charles.Day 2024-12-24 14:06:05 +01:00 committed by GitHub
parent 57263cb4d0
commit 6be4e9f58a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,17 @@
img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
figcaption {
margin-top: 0.5em;
font-size: 0.8em;
color: var(--card-text-color-secondary);
font-style: italic;
font-weight: bold;
text-align: center;
}
}