fix: long media titles, small screens

This commit is contained in:
Cory Dransfeldt 2024-01-03 20:37:04 -08:00
parent bbb5c5f8a3
commit 3fb0484ac9
No known key found for this signature in database

View file

@ -65,7 +65,7 @@
display: -webkit-box;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
-webkit-line-clamp: 3;
}
.media__grid .item__image,