Fix height issue on small screens

This commit is contained in:
Alasdair Smith 2018-09-05 11:00:30 +01:00
parent d432b6799f
commit 455e682fac

View file

@ -30,7 +30,7 @@
padding-bottom: 93px;
.card {
margin-top: 12.5px;
height: 397px;
min-height: 397px;
}
h3 {
margin-top: 0;