From e818b0eb067d715969c3782da734b99dfc461b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 19:32:26 -0400 Subject: [PATCH] Tweak height of imageless content on front page listing --- web/themes/custom/geofresco/src/global/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 676a315..d05cc9e 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -40,7 +40,7 @@ } .background-replacement-for-no-image { - height: 12rem; + height: 10rem; background-color: cadetblue; }