fix: styles
This commit is contained in:
parent
8bd9497177
commit
dcb84e35b4
2 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
& p {
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
line-height: var(--line-height-md);
|
||||
margin: 0;
|
||||
|
||||
a {
|
||||
|
|
|
@ -92,6 +92,11 @@
|
|||
|
||||
& .header {
|
||||
font-weight: var(--font-weight-bold);
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 6;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue