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

@ -123,3 +123,19 @@ main {
text-align: center;
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;
}