From 3d14b55fe4242741936234b1d4dc4a4e01809b86 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Tue, 25 Apr 2023 04:03:33 +0200 Subject: [PATCH] Make breadcrumb padding consistent --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d588a87..0b5c0a2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ ul.breadcrumb li:not(:first-child)::before { display: inline-block; padding-left: .5rem; - padding-right: .5rem; + padding-right: .1rem; color: #6c757d; content: "/"; }