forked from M-Labs/web2019
fix(issue17): Sets fixed height
This commit is contained in:
parent
5f42340b04
commit
c9eb9376b3
|
@ -105,6 +105,9 @@ img.kf25 {
|
||||||
width: 310px;
|
width: 310px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.shadow .card-title + p {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
// Small devices (landscape phones, 576px and up)
|
// Small devices (landscape phones, 576px and up)
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
|
|
Loading…
Reference in New Issue