feat: styles for post figures

This commit is contained in:
Iain Learmonth 2026-04-02 14:53:16 +01:00
parent 2552bc1e9c
commit 629578bdb4

View file

@ -122,4 +122,20 @@ main {
padding: .75rem; padding: .75rem;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
} }
figure {
max-width: 100%;
background-color: v.$color_hr;
border: 1px solid v.$color_tertiary;
padding: 4px;
}
figure img {
max-width: 100%;
}
figcaption p {
margin: 4px 0;
text-align: center;
}