From 191bc9e9634edc477ecf83ce679ae3440e2bc21d Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 14 Oct 2022 18:53:10 +0200 Subject: [PATCH] remove commas in categories --- assets/sass/_theme/sections/posts.sass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass index ae42fbfb..f8a3f4e9 100644 --- a/assets/sass/_theme/sections/posts.sass +++ b/assets/sass/_theme/sections/posts.sass @@ -71,10 +71,7 @@ li display: inline-block vertical-align: middle - &::after - content: ", " - margin-left: -3px - margin-right: 3px + margin-left: 10px &:last-child &::after content: none -- GitLab