From 42c8e2d8e1fefbc57a02b717aedcfe06933e3a7c Mon Sep 17 00:00:00 2001 From: "Chaitanya.K" <132165121+Codexnever@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:49:06 +0530 Subject: [PATCH] fix: Update UI component for improved design (#249) * Update UI component for improved design * Update package-lock.json * Update package-lock.json --------- Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- src/pages/index.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 5af04729..4309456f 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -73,6 +73,7 @@ display: flex; flex-direction: column; align-items: flex-start; + height: 100%; /* card content takes the full height */ } .cardIcon { @@ -92,6 +93,7 @@ } .cardLink { + margin-top: auto; /* Push the button to the bottom */ background: linear-gradient(to right, #e74c3c, #e67e22); border-radius: 50px; color: #fff;