From fecf794a70d1cd6c1c92209e3bfb13ac9cae46ec Mon Sep 17 00:00:00 2001 From: Damian Loewnau Date: Fri, 15 Mar 2024 16:47:40 +0100 Subject: [PATCH] center the images --- _static/css/furo.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_static/css/furo.css b/_static/css/furo.css index 68a3273f..5e2e1ff6 100644 --- a/_static/css/furo.css +++ b/_static/css/furo.css @@ -1148,7 +1148,10 @@ summary { img { box-sizing: border-box; height: auto; - max-width: 100% + max-width: 100%; + display: block; /* Centers the images */ + margin-left: auto; + margin-right: auto } article .figure, article figure { border-radius: .2rem;