From 0fb0c606984294d7839f448543e3b3894e11b3ee Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Sun, 12 Mar 2023 16:30:23 +0100 Subject: [PATCH] css: Center figures in content divs --- plebian-website/static/plebian.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plebian-website/static/plebian.css b/plebian-website/static/plebian.css index f0e9cd2..01be6e1 100644 --- a/plebian-website/static/plebian.css +++ b/plebian-website/static/plebian.css @@ -101,3 +101,10 @@ body { opacity: 1.0; } } + +#content figure { + clear: both; + text-align: center; + margin-left: auto; + margin-right: auto; +}