diff --git a/assets/css/typography.css b/assets/css/typography.css index 43cf937..e3a7add 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -71,6 +71,11 @@ q { quotes: '«' '»'; } +label, +figcaption { + font-size: var(--s-1); +} + ul:not([class]), ol:not([class]) { margin-left: 2em;