website

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

commit cd03971cd630d7b645d9d70e7ebbc10bf2df8bb7
parent 1127b1ff991aa40d96c6ac91ae68b51f85822c8d
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Mon, 24 Jun 2024 23:22:36 +0200

Ajoute un espace entre les figures

Diffstat:
Mcss/duper.css | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/css/duper.css b/css/duper.css @@ -25,8 +25,9 @@ --br-violet: #825dc0; --article-width: 40rem; - --page-padding: 1rem; + --page-padding: 0.5rem; --code-padding: 0.5rem; + --paragraph-padding: 1rem; --logo-height: 4rem; --tab-spacing: 0.5rem; --rounded: 0.5rem; @@ -160,6 +161,7 @@ figure { flex-direction: column; gap: 0; margin: 0; + padding-bottom: var(--paragraph-padding); } figcaption {