Fix series list styling
This commit is contained in:
parent
a5f9c659ff
commit
a85bfdcd2a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ body, .post, .series {
|
|||
padding: var(--box-padding-vert) var(--box-padding-horz);
|
||||
border-radius: var(--box-radius);
|
||||
}
|
||||
.post-blurb, .series-list-blurb {
|
||||
.post-blurb, .series-list-blurb, .series-list-blurb-title {
|
||||
width: 100%;
|
||||
display: block;
|
||||
border-radius: var(--box-radius);
|
||||
|
|
Loading…
Add table
Reference in a new issue