Set fixed height for portal titles

This commit is contained in:
Chrystal Griffiths 2018-09-06 15:53:34 +01:00 committed by Alasdair Smith
parent 488886c1d2
commit 82cd857e83

View file

@ -74,6 +74,11 @@
}
.caption.caption--portals {
height: 50px;
overflow: hidden;
}
/* Media Queries */
@media (max-width: @screen-md-min) {
.thumbnail {