Structure: Place footnotes in the main column

Add .footnotes to the list of selectors that are put in the main content column.
This commit is contained in:
Eryn Wells 2024-07-25 10:13:06 -07:00
parent 1fd1eb9bfd
commit 8d1ce0208a

View file

@ -6,7 +6,8 @@
blockquote, blockquote,
dl, dl,
ol, ol,
ul ul,
.footnotes
{ {
grid-column: main-start / main-end; grid-column: main-start / main-end;
} }