Adjust item excerpts
This commit is contained in:
@@ -247,6 +247,8 @@
|
||||
}
|
||||
|
||||
.post-item-title {
|
||||
flex-basis: max-content;
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
@@ -263,6 +265,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-item-excerpt {
|
||||
flex-basis: min-content;
|
||||
flex-grow: 4;
|
||||
|
||||
text-align: justify;
|
||||
line-height: 1.3;
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
|
||||
// Footer
|
||||
|
||||
Reference in New Issue
Block a user