fix(style): auto width problem caused by too long tags or site t… (#168)
This commit is contained in:
@@ -77,6 +77,14 @@
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.post-tags {
|
||||
max-width: 65%;
|
||||
|
||||
* {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.post-nav {
|
||||
&::before,
|
||||
&::after {
|
||||
|
||||
Reference in New Issue
Block a user