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;