website

Le code pour générer le site web du duché perché.
Log | Files | Refs

commit 7ff02316f7fa36e2dc91c3438a7a0cce1404e6c4
parent 9e3a211a555103c289b15428e6cebcaf441c5f66
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Wed, 19 Jun 2024 22:52:16 +0200

Style le pied de page

Diffstat:
Mcss/duper.css | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/css/duper.css b/css/duper.css @@ -122,6 +122,22 @@ pre { footer { text-align: center; flex: 0 1 auto; + display: flex; + flex-direction: column; + width: 100%; +} + +footer hr { + width: 100%; + margin: 3rem auto auto auto; + border: none; + border-top: 1px solid var(--fg-1); +} + +footer ul { + text-align: start; + margin: auto; + padding: 0; } img {