Fix spacing around tags

This commit is contained in:
Jake Howard 2022-09-19 17:11:21 +01:00
parent 8b87733319
commit 038bf1462c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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;
}
}
}