From 504e81713ee07a94824463fdce149429a8495cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 5 Oct 2021 20:01:39 +0200 Subject: [PATCH] Changed figure style. --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 72180c5..3141496 100644 --- a/style.css +++ b/style.css @@ -173,8 +173,14 @@ sup { line-height: 80%; } -figure img { - width: 100%; +figure { + margin: 0 auto 0 auto; + text-align: center; + width: 65%; +} + +figcaption { + font-size: 14px; } .page-title {