Update: I was able to resolve the issue with:
figure{display:table}
figcaption{display:table-caption;caption-side:bottom}
The key rule here is “caption-side”, which apparently defaults to top, counterintuitive as that may seem
Update: I was able to resolve the issue with:
figure{display:table}
figcaption{display:table-caption;caption-side:bottom}
The key rule here is “caption-side”, which apparently defaults to top, counterintuitive as that may seem