diff --git a/src/styles/global.css b/src/styles/global.css index 84f4a69..2e06835 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -60,6 +60,10 @@ } } +section.footnotes { + @apply text-sm; +} + .video-wrapper { aspect-ratio: 16 / 9; }