Show tags with code font

This commit is contained in:
Jake Howard 2022-07-04 20:38:47 +01:00
parent b9a00e9b83
commit 4de9ed541b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -26,6 +26,8 @@ section.content {
}
&.page-tags {
font-family: $family-code;
.tag:not(:first-child) {
padding-right: 0;
}