fix: styles

This commit is contained in:
Cory Dransfeldt 2024-09-06 20:37:49 -07:00
parent 8bd9497177
commit dcb84e35b4
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -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 {

View file

@ -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;
}
}
}