add padding to tags
This commit is contained in:
parent
4dfeb93202
commit
ac83d60ba9
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ p{
|
|||
}
|
||||
|
||||
.tag::before{
|
||||
content:"#"
|
||||
content:"#";
|
||||
padding-right: 1px;
|
||||
}
|
||||
.tag{
|
||||
font-size: 80%;
|
||||
|
|
Loading…
Add table
Reference in a new issue