From b2517ab15213a35e375a6534e8d0c4c0a35726f1 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Thu, 16 Jun 2022 10:45:22 +0200 Subject: [PATCH] =?UTF-8?q?Un=20peu=20de=20padding=20=C3=A0=20droite=20des?= =?UTF-8?q?=20titres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ab25b4e..66a355a 100644 --- a/static/style.css +++ b/static/style.css @@ -133,6 +133,7 @@ h1, h2, h3, h4 { border-left: solid; border-width: 5px; padding-left: 5px; + padding-right: 5px; background: var(--bg-dark); display: inline-block; border-color: var(--hl);