From f745008d859f99e3344b4d56841b88875b93a832 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Tue, 15 Mar 2022 18:58:38 +0000 Subject: [PATCH] tweak: Change css. --- pub/style/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index 3741f09..ba0eee7 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -55,10 +55,22 @@ nav li ul { } footer { + margin-top: 2em; display: flex; justify-content: space-between; } +figure figcaption { + display: block; + margin-left: auto; + margin-right: auto; +} + +figcaption { + text-align: center; + font-size: 10px; +} + img { display: block; margin-left: auto;