website

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

commit 09992104c7b3ffc684210822df292531a8fa70d3
parent 2e99abb0628e2708ef7ef63ddcea411ade4c5812
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date:   Sun, 23 Jun 2024 19:37:36 +0200

Simplifie le css de la galerie

Diffstat:
Mcss/duper.css | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/css/duper.css b/css/duper.css @@ -179,8 +179,7 @@ figcaption { border-top-left-radius: var(--rounded); border-top-right-radius: var(--rounded); list-style-type: none; - overflow-x: scroll; - scrollbar-gutter: stable both-edges; + overflow-x: auto; scroll-snap-type: x mandatory; }