fotos: Move to figures

This commit is contained in:
Jan Kremer 2025-12-19 08:53:39 +01:00
parent b936093ce4
commit c70709bf3c
Signed by: jan
GPG key ID: A7DA689CB3B078EC
3 changed files with 24 additions and 15 deletions

View file

@ -177,8 +177,23 @@ article {
text-justify: inter-word;
font-variant-numeric: oldstyle-nums;
figure {
max-width: 100%;
height: auto;
margin: 0;
figcaption {
p {
margin: 0.25rem 0 2rem;
font-family: var(--sans-serif);
text-align: center;
}
}
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
> p:nth-of-type(2)::first-letter {