From 56600b42824ec2c262ad31817808015624322918 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sun, 15 Nov 2020 21:35:28 -0500 Subject: Centering figcaption text --- static/css/pagedown.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/pagedown.css b/static/css/pagedown.css index 7d56e83..7f9c3e0 100644 --- a/static/css/pagedown.css +++ b/static/css/pagedown.css @@ -73,6 +73,11 @@ img, video { margin: 0 auto } +figcaption { + text-align: center; + margin: 0 auto +} + pre { font-family: "Courier 10 Pitch", Courier, monospace; background: #eee; -- cgit v1.2.3