From 038bf1462c5452883b002c11a911a8c47d3b5ca6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 19 Sep 2022 17:11:21 +0100 Subject: [PATCH] Fix spacing around tags --- static/src/scss/_content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/scss/_content.scss b/static/src/scss/_content.scss index 85f02af..5ab750d 100644 --- a/static/src/scss/_content.scss +++ b/static/src/scss/_content.scss @@ -33,8 +33,8 @@ section.content { &.page-tags { font-family: $family-code; - .tag:not(:first-child) { - padding-right: 0; + .tag:not(:first-child) + .tag { + padding-left: 0; } } }