werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

commit f745008d859f99e3344b4d56841b88875b93a832
parent b1e0edffe323980c8816f8a3bd275cad3954e70e
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date:   Tue, 15 Mar 2022 18:58:38 +0000

tweak: Change css.

Diffstat:
Mpub/style/style.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git 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;