From 455e682facd958e00c206a3ba1938da5045ce277 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Wed, 5 Sep 2018 11:00:30 +0100 Subject: [PATCH] Fix height issue on small screens --- services/web/public/stylesheets/app/homepage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index ebcb145f22..8233b04f85 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -30,7 +30,7 @@ padding-bottom: 93px; .card { margin-top: 12.5px; - height: 397px; + min-height: 397px; } h3 { margin-top: 0;