From 8507a9297dac606293a8ab8fc1a08e3aceae160e Mon Sep 17 00:00:00 2001 From: vtalwar Date: Thu, 28 Sep 2023 18:09:51 +0530 Subject: [PATCH] fix: fixing height of cards --- template/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/template/assets/css/style.css b/template/assets/css/style.css index ce9906ed9..c89aaff76 100755 --- a/template/assets/css/style.css +++ b/template/assets/css/style.css @@ -580,6 +580,7 @@ border-radius: var(--rounded-2xl); background: #1d1e26; margin: 0 15px 40px; + height: calc(100% - 40px); } .Highlights_cardBackground__2Fr7t {