From ee22e97b114be823b7ab4e6c41a9cbff93b24e3a Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 28 Dec 2023 16:32:01 +0200 Subject: [PATCH] [develop | DONE | FIXED]: landing.less: In .landing-metrics-card added rule min-height: 78px (2 rows) to display background image correctly. --- less/landing.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/landing.less b/less/landing.less index 1695f65..984c1b1 100644 --- a/less/landing.less +++ b/less/landing.less @@ -217,6 +217,7 @@ background-blend-mode: color-dodge; background-size: auto, cover; background-color: unset; + min-height: 78px; } .landing-oaroutes-card:extend(.uk-card):extend(.uk-card-default all) { -- 2.17.1