fix: overflow and wrap of post tags in pagination

This commit is contained in:
jeffreytse 2021-07-25 21:34:58 +08:00
parent 149c641d21
commit ad541c4306

View file

@ -324,14 +324,16 @@ html {
}
.post-tags .post-tag {
display: inline-block;
text-decoration: none;
border: 1px solid;
padding: 2px 4px;
border-radius: 2px;
transition: color 0.2s;
margin-bottom: 8px;
&:not(:first-child) {
margin-left: 8px;
&:not(:last-child) {
margin-right: 8px;
}
&:hover {