add padding to tags

This commit is contained in:
FarseaSH 2021-09-02 12:52:28 +08:00
parent 4dfeb93202
commit ac83d60ba9

View file

@ -152,7 +152,8 @@ p{
}
.tag::before{
content:"#"
content:"#";
padding-right: 1px;
}
.tag{
font-size: 80%;