From 5337343dcf02d513ff9b813ecddcc7ad95a4d4f4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 18 May 2019 02:29:11 -0400 Subject: [PATCH] Fix figure margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 27119fc..9f75369 100644 --- a/style.css +++ b/style.css @@ -593,7 +593,7 @@ img { } figure { - margin: 1em 0; + margin: 0 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }