fix(issue17): Sets fixed height

master
sovanna 2020-01-22 16:20:58 +01:00
parent 5f42340b04
commit c9eb9376b3
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ img.kf25 {
width: 310px;
}
.card.shadow .card-title + p {
height: 50px;
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {