From 45ce42cb1ada92c84ad62079b94ee2d72fa74d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 7 Jul 2021 16:52:57 +0200 Subject: [PATCH] Full width for figure images. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e9f1353..743a455 100644 --- a/style.css +++ b/style.css @@ -99,6 +99,10 @@ sup { line-height: 80%; } +figure img { + width: 100%; +} + .page-title { text-align: center; }