commit 24422a9ad24cec4bf2570508dd8d5cd4bda44db5
parent 51f9825f7edcc54773c7f61cff8ed15188981c24
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date: Thu, 27 Jun 2024 00:59:51 +0200
Utilise une marge plutôt qu’un espace à l’intérieur du logo
C’est mieux pour l’accessibilité au clavier, notamment
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/css/duper.css b/css/duper.css
@@ -76,7 +76,10 @@ body {
.logo {
height: var(--logo-height);
- padding-right: var(--tab-spacing);
+}
+
+a:has(.logo) {
+ margin-right: var(--page-padding)
}
header nav {