set a max-height for the thumbnails

This commit is contained in:
Ahmed-Ayman 2018-12-12 20:08:43 +02:00
parent 09dc73a5c1
commit 06065dea6e

View File

@ -17,6 +17,7 @@ a {
.video-thumbnail {
width: 100%;
max-height: 150px;
transition: all .4s ease-in-out;
}