diff --git a/base.css b/base.css index 68b7fe4..010e02c 100644 --- a/base.css +++ b/base.css @@ -92,6 +92,12 @@ img, video { figcaption { margin: 0 auto; max-width: 100%; + text-align: center; + padding: 0.5em; +} + +figcaption::before { + font-weight: bold; }