From b3ad4f7599f7193519ee726017e69adce911c414 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 2 Aug 2019 23:09:05 -0400 Subject: [PATCH] style.css (figure): New styling --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index f2fc07c..d0fcae3 100644 --- a/style.css +++ b/style.css @@ -395,6 +395,13 @@ article section.footnotes { line-height: 1.5em; } +article figure { + margin: 0; +} +article figure > figcaption { + font-weight: bold; +} + @media ( max-width: 60ch ) { article {