Allow more lines of titles on smaller screens

This commit is contained in:
Jackson Harper
2024-05-09 15:55:51 +08:00
parent 5de381c392
commit 211415f1f6

View File

@ -440,6 +440,9 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
'-webkit-box-orient': 'vertical',
'-webkit-line-clamp': '4',
overflow: 'hidden',
'@smDown': {
'-webkit-line-clamp': '6',
},
}}
title={title}
>