Fix spacing around tags
This commit is contained in:
parent
8b87733319
commit
038bf1462c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue