From 85c84192a28a648547ed8eb7299bf891aff4bef8 Mon Sep 17 00:00:00 2001 From: Jeltz Date: Mon, 22 Nov 2021 07:25:59 +0100 Subject: [PATCH] Align adjacent feature cards --- themes/custom/assets/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/custom/assets/style.scss b/themes/custom/assets/style.scss index 09cd0c0..ddd6872 100644 --- a/themes/custom/assets/style.scss +++ b/themes/custom/assets/style.scss @@ -23,6 +23,7 @@ padding: 0.8em; background-color: lighten($background-base-color, 3); border-radius: 5px; + height: 100%; .card-title h4 { font-size: 1.2rem; font-weight: 600;