chore: book descriptions

This commit is contained in:
Cory Dransfeldt 2024-06-29 19:38:52 -07:00
parent f0246e000b
commit d08f49032d
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -43,10 +43,10 @@
margin-bottom: 0;
}
& blockquote.description {
& .description {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-line-clamp: 6;
overflow: hidden;
margin-bottom: var(--sizing-base);
}