A few miscellaneous style fixes

- Add some padding to the top of the footnotes block
- Add .figure--video to the list of elements that get XL block margins
This commit is contained in:
Eryn Wells 2024-10-31 08:02:50 -07:00
parent b7379f6481
commit f29f409642
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{{- if .IsBlock }}
<figure class="figure figure--image" id="figure-{{ .Ordinal }}">
<figure class="figure figure--image" id="figure-{{ .Ordinal }}">
<img src="{{ .Destination | safeURL }}"
{{- with .Text }} alt="{{ . }}"{{ end -}}
>