Use relative font size for figures

This commit is contained in:
Alex Cabal 2024-11-07 11:24:23 -06:00
parent 1d00a8abc9
commit 5fe0246f90

View file

@ -66,7 +66,7 @@ figure img{
}
figcaption{
font-size: .75em;
font-size: smaller;
font-style: italic;
margin: 1em;
}